what is return statement and return type
Answers
Answered by
2
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. For more information, see Return type.
Similar questions