Which is the only function all C programs must contain?Required to answer. Single choice.
A. start()
B. system()
C. main()
D. printf()
Answers
Answered by
0
Answer:
option c main
Explanation:in the c programming language the only function is the main function because all compilaltion process is startes with main
Similar questions