Friday, 23 August 2013

Should int main() function must return a value in all compilers?

Should int main() function must return a value in all compilers?

why is it not necessary to include return statement while using int main()
in some compilers for c++?What about turbo c++?

No comments:

Post a Comment