Multiple Choice
When used as a parameter, a ________ variable allows a function to access and modify the original argument passed to it.
A) static
B) value
C) reference
D) floating-point
E) default value
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q10: One reason for using functions is to
Q11: When a function needs access to an
Q13: The _ statement causes a function to
Q14: A static local variable is one<br>A) whose
Q16: When only a copy of an argument
Q17: A _ variable is defined inside the
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