Kizspy | Question: 46
(Choose 1 answer)
What is the main() function in C?
A. It is the function where the program's execution starts.
B. Every program has exactly one main function.
C. The main function always returns an integer value or void.
D. All answers are correct.