Home » C Programming » Variables » Question
  1. Which among the following is wrong for “register int n;”?
    1. You cannot take the address of this variable
    2. Access time to a is critical
    3. Compiler generally ignores the request
    4. All of above
    5. None of these
Correct Option: E

Compiler generally ignores the request



Your comments will be displayed only after manual approval.