Multiple choice

_______ is a master function required in all C++ program and program execution begin from the first statement of this function.

  1. Main()

  2. Clrscr()

  3. Getch()

  4. None of these

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

Main() is a master function required in all C++ program and program execution begin from the first statement of this function.