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
AnswerD.
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