Computer Science, asked by majersingh495, 6 months ago

what role Does the return statement plays?​

Answers

Answered by jhanvichampawat
1

Return Statement:

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.

I hope it helps you

Similar questions