What Is Extern Variable #1291
What is extern variable?
This multiple choice question (MCQ) is related to the book/course
gs gs111 OOP Object Oriented Programming Java.
It can also be found in
gs gs111 Memory Allocation & Scope of Variable - OOPs MCQ: Extern Variable - Quiz No.1.
What is extern variable?
Variables to be used that are declared in another object file
Variables to be used that are declared in another source file
Variables to be used that are declared in another executable file
Variables to be used that are declared in another program