Google News
logo
CPP - Quiz(MCQ)
Where does the execution of the program starts?
A)
void function
B)
else function
C)
user-defined function
D)
main function

Correct Answer :   main function


Explanation : Normally the execution of the program in c++ starts from main only.

Advertisement