Q. A C program contains ___. (A) At least one function (B) No function (C) No value from command line (D) All of these ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) At least one function Explanation: The main() function is required in the C program.