


1/10/00
COM1100-Winter2000-Yuhong
Yin Northeastern
University
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