what you know about return statement give example
Answers
Answered by
4
Answer:
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.
Explanation:
Answered by
2
Explanation:
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
⭐thanks⭐
answer by raghav
Similar questions