Multiple Choice
A variable or expression listed in a call to a function is called the ____.
A) formal parameter
B) actual parameter
C) data type
D) type of the function
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q13: When you attach & after the dataType
Q14: The output of the statement:cout << tolower('$')
Q15: _ parameters are useful in three situations:•
Q16: The heading of the function is also
Q17: The _ of a function consists of
Q19: The output of the statement: cout <<
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