Multiple Choice
The purpose of the ____ storage class is to extend the scope of a global variable declared in one source code file into another source code file.
A) auto
B) static
C) extern
D) register
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q7: _ variables have the same time duration
Q8: Using global variables except in very restricted
Q9: Initialization within an extern declaration statement is
Q10: The declaration statement _ declares milesAddr to
Q11: Passing an address is referred to as
Q13: The initialization of static variables (both local
Q14: In _ initialization, initialization occurs each time
Q15: When a function invokes itself, the process
Q16: C functions are constructed to be independent
Q17: Unlike automatic variables that can be initialized