Vidyalelo
C Programming · Q35

Storage Class

Programming · C Programming · question 35

Q35

How is a variable accessed from another file?

A.
The global variable is referenced via the extern specifier.
Answer
B.
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