Home » C Programming » Variables » Question
  1. Automatic variables are _________.
    1. Declared within the keyword extern
    2. Declared with auto keyword
    3. Declared outside all functions
    4. Declared within the scope of a block, usually a function
    5. None of these
Correct Option: D

Declared within the scope of a block, usually a function



Your comments will be displayed only after manual approval.