Multiple Choice
Because the variables created in a function are conventionally available only to the function, they are said to be ____ variables.
A) local
B) global
C) external
D) internal
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q37: You should make all your variables global
Q38: The use of function _ permits the
Q39: When a value is passed to a
Q40: C++ provides the capability of using the
Q41: The declaration statement for a function is
Q43: In addition to argument data types, _
Q44: The symbol _ represents the C++ s
Q45: In C++, function prototypes typically have _
Q46: While a function is executing, only variables
Q47: _ is the section of the program