

MCQOPTIONS
Saved Bookmarks
1. |
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 |
Answer» C. Variables to be used that are declared in another executable file | |