Multiple Choice
A ________ variable is defined inside the body of a function and is not accessible outside that function.
A) global
B) reference
C) local
D) counter
E) constant
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q13: The _ statement causes a function to
Q14: A static local variable is one<br>A) whose
Q15: When used as a parameter, a _
Q16: When only a copy of an argument
Q18: The value in _ local variable is
Q19: It is possible for a function to
Q19: A function _ eliminates the need to
Q20: A void function is one that<br>A) has
Q21: Breaking a program up into a set
Q22: A function with a return type of