Computer Science, asked by sumanchy502, 2 months ago

what is return statement and return type​

Answers

Answered by khushisaini3054
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