Examveda
Examveda

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: Option D


This Question Belongs to C Program >> Function

Join The Discussion

Related Questions on Function