Q2
What is the purpose of a function prototype in C?
A.
To declare a function's return type
B.
To declare a function's name
C.
To declare a function's parameters and return type
D.
To declare a function's name and parameters
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board