what is return statement and return type
Answers
Answered by
7
Answer:
A return statement ends the execution of a function, and returns control to the calling function. ... A return statement can return a value to the calling function.
Similar questions