Vidyalelo
C Programming · Q2

Function

Programming · C Programming · question 2

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
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board