Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in C Programming by (45k points)

A) start()

B) system()

C) main()

D) program()

1 Answer

0 votes
by (99k points)

The correct answer to the question “What is the only function all C++ programs must contain” is, option ©. Main(). All the C++ programs must contain the main() function for sure, because only after main() function the actual compilation starts. If you are interested in learning C Programming Language, check out the Intellipaat’s C Language course from Intellipaat to master C. And watch the following video on C Tutorial for Beginners.

Related questions

Browse Categories

...