Q35
How is a variable accessed from another file?
A.
The global variable is referenced via the extern specifier.
AnswerB.
The global variable is referenced via the auto specifier.
C.
The global variable is referenced via the global specifier.
D.
The global variable is referenced via the pointer specifier.
E.
The global variable is referenced via the ext specifier.
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board