Can we use the return type void in the main() function in a C++ program?

105. Can we use the return type void in the main() function in a C++ program?

  1. Yes
  2. No

Answer: B) NO

Explanation:

No, we cannot use the return type void in the main () function, we have to use the return type "int" with the main() function.

Comments and Discussions!

Load comments ↻






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