Which is the only function all C programs must contain?
A
start()
B
system()
C
main()
D
printf()
E
getch()
Correct Answer: main()