Home » C Programming » Variables » Question
  1. What is the scope of automatic variable?
    1. Cease to exist after the block is exited
    2. Exist only within that scope in which it is declared & exist after the block is exited
    3. Exist only within that scope in which it is declared
    4. All of above
    5. None of these
Correct Option: B

Exist only within that scope in which it is declared & exist after the block is exited



Your comments will be displayed only after manual approval.