Home » C Programming » Variables » Question
  1. What is the scope of an external variable?
    1. From the point of declaration to the end of the file being compiled
    2. Any source file in a program
    3. From the point of declaration to the end of the file in which it is defined
    4. Whole source file in which it is defined
    5. None of these
Correct Option: A

From the point of declaration to the end of the file being compiled



Your comments will be displayed only after manual approval.