Google News
logo
CPP - Quiz(MCQ)
Where does the return statement returns the execution of the program?
A)
same function
B)
main function
C)
caller function
D)
block function

Correct Answer :   caller function


Explanation : The execution of the program is returned to the point from where the function was called and the function from which this function was called is known as caller function.

Advertisement