1.

What is return statement and return type​

Answer»

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.



Discussion

No Comment Found