Multiple Choice
A variable listed in a header is known as a(n) ____ parameter.
A) actual
B) local
C) formal
D) function
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q20: Given the following function prototype: int test(float,
Q21: If a function needs to return more
Q22: The following return statement returns the value
Q23: The statement: return 8, 10; returns the
Q24: Which of the following function prototypes is
Q26: Given the function prototype:float test(int, int, int);
Q27: The standard header file for the abs(x)function
Q28: The following function heading in a C++
Q29: The statement: return 37, y, 2 *
Q30: Given the following function:what is the output