Computer Science, asked by sumanchy502, 4 months ago

what is return statement and return type​

Answers

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