Home » C Programming » Variables » Question
  1. What is the scope of an automatic variable?
    1. Within the block it appears & Within the blocks of the block it appears
    2. Until the end of program
    3. Within the blocks of the block it appears
    4. Within the block it appears
    5. None of these
Correct Option: A

Within the block it appears & Within the blocks of the block it appears



Your comments will be displayed only after manual approval.