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().

Related Questions

A system program that combines the separately compiled modules of a program into a form suitable for execution
Which language is directly understood by the computer without any translation program?

Next steps