Examveda
Examveda

In C, what is a function definition?

A. A declaration that specifies a function's name, return type, and parameters

B. A declaration that specifies a function's name and return type

C. A block of code that specifies a function's behavior

D. A variable declared within a function

Answer: Option C


This Question Belongs to C Program >> Function

Join The Discussion

Related Questions on Function