Any C program
A
Must contain at least one function.
B
Need not contain any function.
C
Needs input data.
D
None of the above
Correct Answer: Must contain at least one function.
At least one function which must be included in any C program is main().