Multiple Choice
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
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q10: What is the scope of a function?<br>A)Whole
Q11: In expression i = g() + f(),
Q12: What is short int in C programming?<br>A)The
Q13: What is the precedence of arithmetic operators
Q14: Which among the following are the fundamental
Q16: What is the result of logical or
Q17: Which of the following statement is false?<br>A)A
Q18: What is the size of an int
Q19: Do logical operators in the C language
Q20: All keywords in C are in _<br>A)LowerCase