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 program
This 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