Multiple Choice
Where and how long a variable s storage locations are kept before they re released can be determined by the variable s ____.
A) data type
B) name
C) storage category
D) scope
Correct Answer:

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