Discussion :: C-MCQs
- What is the scope of an external variable?
A.
Whole source file in which it is defined
|
B.
From the point of declaration to the end of the file in which it is defined
|
C.
Any source file in a program
|
D.
From the point of declaration to the end of the file being compiled
|
Answer : Option D
Explanation :
None.
Be The First To Comment