C Language Q & A #12
What is the purpose of the return(0) statement
A return statement causes your program to “return” from a function (which is a separate subprogram) and go back to the part of the program which “called” the function.
Previous slide
Next slide
Back to first slide
View graphic version