Multiple Choice
When used as parameters, these types of variables allow a function to access the parameter's original argument:
A) reference
B) floating-point
C) counter
D) undeclared
E) None of these
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q17: Given the following header for a function
Q18: A function _ eliminates the need to
Q19: It is possible for a function to
Q20: This is a dummy function that is
Q21: This function causes a program to terminate,
Q23: A _ variable is declared outside all
Q24: A function's return data type must be
Q25: Given the following function:<br>void calc (int
Q26: If a function does not have a
Q27: Global variables are initialized to zero by