1/10/00
COM1100-Winter2000-Yuhong Yin Northeastern University
17
return 0;
nThe return statement denoted the end of the main function. nWhen the main function ends, the program terminates. nThe zero value is a signal that the program ran successfully.
n