What does
int main(void)
return?
What is the
exit(n)
function? What library is it from?
What makes
exit( *expression* )
a better alternative to
main
's
return *expression* ;
?