Intellipaat 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

0 votes
1 answer
asked Jul 7, 2020 in C Programming by Sudhir_1997 (55.6k points)
0 votes
3 answers
0 votes
1 answer

31k questions

32.8k answers

501 comments

693 users

Browse Categories

...