Question
What is a function declaration or prototype?
Select an option. Your answer will be checked instantly.
Correct Answer: C. A statement that tells the compiler a function's name, return type, and parameters
Explanation:
The correct answer is A statement that tells the compiler a function's name, return type, and parameters.
Leave a Reply