Return statement

what exactly does return statement do , whether it return the execution of program from where it get haulted or it return any value for the above commands

The return ends the execution of that method and returns the value to the calling method
and the execution resumes from the calling function where had been halted.

1 Like

I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.

On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.