Return Statement
Return statement causes a termination of the current function and execution goes back to the calling function.
Return;
return without a value.
Return exprn;
return the value exprn to the calling function.
Previous slide
Next slide
Back to first slide
View graphic version