Vidyalelo
C Programming · Q117

Function

Programming · C Programming · question 117

Q117

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

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board