Concept
Return Statement 0
A return statement in programming is used to exit a function and optionally pass back a value to the caller. It marks the end of a function's execution and determines the output that will be returned to the function's invoker.
Relevant Degrees