Examveda
Examveda

In C, what is the purpose of the 'return' statement in a function?

A. To declare the function's return type

B. To exit the program

C. To return a value from the function

D. To define a function

Answer: Option C


This Question Belongs to C Program >> Function

Join The Discussion

Related Questions on Function