Question
What is a function declaration or prototype?
Correct Answer: C
A statement that tells the compiler a function's name, return type, and parameters
The correct answer is A statement that tells the compiler a function's name, return type, and parameters.
The correct answer is A statement that tells the compiler a function’s name, return type, and parameters.
Leave a Reply