Respuesta :
It can stop the function when it’s no longer needed to keep running
And it can give a certain value to send back so it can be used elsewhere in your code
And it can give a certain value to send back so it can be used elsewhere in your code
Explanation:
The C language return statement ends function execution and ... the calling function at the point immediately following the call. ... For more information, see Return type.