What does a return function do in c?

what does a return function do in c?

1 Like

A “return” statement ends the execution of a function and returns the function control to the calling one.