How many minimum numbers of functions are required to execute a C++ program?

107. How many minimum numbers of functions are required to execute a C++ program?

  1. 1
  2. 2
  3. 3
  4. 4

Answer: A) 1

Explanation:

To execute a C++ program, we required only 1 function which is the main() function. Because the main() function is the entry point for the program.

Comments and Discussions!

Load comments ↻






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