Solved

A Call to a C++ Function Is

Question 19

Multiple Choice

A call to a C++ function is


A) The name of the function followed by empty parentheses.
B) The name of the function followed by any number of arguments,regardless of the number of parameters in the definition.
C) The name of the function followed by a number of arguments not greater than the number of parameters in the definition.
D) The name of the function followed by exactly the number of arguments as there are parameters in the definition.
E) The name of the function only.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions