The
Main Function. In
C, the "
main"
function is treated the same as every
function, it has a return type (and in some cases accepts inputs via parameters). The only difference is that the
main function is "called" by the operating system when the user runs the program.
read more >>