Execution of C++ program starts from?

100. Execution of C++ program starts from?

  1. void function
  2. class
  3. main function
  4. user-defined function

Answer: C) main function

Explanation:

Execution of the C++ program starts from the main () function.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.