+ 3
Using searching function of the forum, you can find the same question asked many times.
This is one of my answers:
Functions are called by other functions to do something, and at the end they give an output.
INT MAIN is a function normally returning the output "0", that means that everything went well in the program.



