+ 4
The return statement terminates the execution of a function and returns control to the calling function. Execution resumes in the calling function at the point immediately following the call. A return statement can also return a value to the calling function. vardaan raj singh
29th Mar 2018, 4:07 PM
Scooby
Scooby - avatar