Multiple Choice
A(n) ____ declaration statement simply informs the computer that a global variable already exists and can now be used.
A) auto
B) static
C) extern
D) global
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q1: Telling the C++ compiler that a function
Q3: A variable with _ scope has storage
Q4: Where and how long a variable s
Q5: A variable is said to be alive
Q6: Variables that are created by definition statements
Q7: Static variables can be initialized using other
Q8: To actually use a returned value, you
Q9: Passing addresses is referred to as a
Q10: In creating C++ functions, you must be
Q11: The default in C++ is to make