1.

What is the use of a return statement in a function?

Answer»

The return statement sends both control and value back to the calling function.



Discussion

No Comment Found