Vidyalelo
C Programming · Q14

Function

Programming · C Programming · question 14

Q14

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
Answer
D.
A variable declared within a function

Answer: Option C

Solution

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