Multiple choice

Which of the following parts in general structure of C++ program comes first while writing a program in C++?

  1. Class declaration

  2. Class member function definition

  3. Preprocessor directives

  4. The main() function program

  5. The closing of the main() program

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

This part in general structure of C++ program comes first while writing a program in C++.