1.

What is extern variable?(a) Variables to be used that are declared in another object file(b) Variables to be used that are declared in another source file(c) Variables to be used that are declared in another executable file(d) Variables to be used that are declared in another programThis question was addressed to me in my homework.My doubt is from Extern Variable in division Memory Allocation & Scope of Variable of Object Oriented Programming

Answer»

Correct choice is (B) VARIABLES to be used that are declared in another source file

Best EXPLANATION: The variables that are declared in another source file can be accessed in other FILES using extern variables. The extern variables must be mentioned explicitly. The source file is included to use its variables.



Discussion

No Comment Found

Related InterviewSolutions