Home »
MCQs »
C++ MCQs
Execution of C++ program starts from?
100. Execution of C++ program starts from?
- void function
- class
- main function
- user-defined function
Answer: C) main function
Explanation:
Execution of the C++ program starts from the main () function.