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
Join The Discussion