Multiple Choice
A variable with a ____ scope is simply one that has had storage locations set aside for it by a declaration statement made within a function body.
A) function
B) module
C) local
D) global
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q39: When the values of two variables are
Q40: As long as a function has not
Q41: Except for symbolic constants and function prototypes,
Q42: The variable secnum is _.<br>Int main()<br>{<br>Int secnum;<br>)
Q43: Coding a function prototype as _ makes
Q44: When the function returns control to its
Q46: A declaration statement that specifically contains the
Q47: _ is a high-speed storage area physically
Q48: The scope of a variable can be
Q49: Pointers can be used to change constants.