Computer Science, asked by MOHAMED2332, 30 days ago

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 dhaneshpatil7481
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