Computer Science, asked by oendrila8, 1 year ago

what is the use of Return statement also write that how many values can be returned by one function

Answers

Answered by MrTSR
0
\huge\mathfrak\red{Answer:}

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 immediatelyfollowing the call. A return statement can also return a value to the calling function. 
Similar questions