Kizspy | Question: 27
(Choose 1 answer)
What is the correct order of the main components in the function?
A. Return type, function name, parameters, and function body.
B. Return type, function name, return value, and function body
C. Return type, function name, parameters, and return value
D. Return value, function name, parameters, and function body