Multiple Choice
A ________ variable is declared outside all functions.
A) local
B) global
C) static
D) counter
E) constant
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q25: You may use the exit() function to
Q26: A function _ is a statement that
Q27: When you make a function call, the
Q28: The _ function causes the entire program
Q29: A(n) _ argument is one that is
Q31: Both function headers and function calls must
Q32: A function can have zero to many
Q33: Although global variables can be useful, it
Q34: When a function just needs to use
Q35: A _ is a program module whose