Computer Science, asked by nanu6311, 1 year ago

Explain “The returnStatement” with example.

Answers

Answered by sangitasurve305
0

The return statement terminates the execution of a function and returns control to the calling function. Execution resumes in the calling function at the point immediately following the call. A return statement can also return a value to the calling function. See Return Type for more information.

Similar questions