-
What is the scope of an external variable?
-
- From the point of declaration to the end of the file being compiled
- Any source file in a program
- From the point of declaration to the end of the file in which it is defined
- Whole source file in which it is defined
- None of these
Correct Option: A
From the point of declaration to the end of the file being compiled