Home » C Programming » Variables » Question
  1. Which of the following operation is not possible in a register variable?
    1. Copy the value from a memory variable
    2. Global declaration of register variable
    3. Reading the value into a register variable
    4. All of above
    5. None of these
Correct Option: D

*Copy the value from a memory variable.
*Global declaration of register variable.
*Reading the value into a register variable.



Your comments will be displayed only after manual approval.