Name: Anonymous 2011-01-26 21:50
What is the difference between using return (0) and return (EXIT_SUCCESS) at the end of main?
EXIT_SUCCESS is better because more people will know what it means intuitively.