How is a variable accessed from another file

1.7 How is a variable accessed from another file?
A) via the extern specifier.
B) via the auto specifier.
C) via the global specifier.
D) via the pointer specifier.


Leave a Reply