Multiple Choice
____ variables allow the programmer to "jump around" the normal safeguards provided by functions.
A) Global
B) Local
C) Static
D) void
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q32: You can take the address of a
Q33: If numAddr is a pointer, _ means
Q34: _ can only be members of the
Q35: The scoping rules for symbolic constants and
Q36: _ variables may be declared as members
Q38: Some (but not all) recursive functions can
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>)