Computer Science, asked by jiashakir2007, 3 months ago

what is true about return statement in programming essential​

Answers

Answered by llDishantll
60

A return statement ends 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 return a value to the calling function.

Similar questions