Multiple Choice
A variable with ____ scope has storage created for it by a declaration statement located outside any function.
A) local
B) global
C) internal
D) function
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q1: Telling the C++ compiler that a function
Q2: A(n) _ declaration statement simply informs the
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