meefriend4ever Profile Answers by meefriend4ever Questions by meefriend4ever Nov 29th, 2007 default return value of main() function is "int"
sampra Profile Answers by sampra Feb 13th, 2008 default return typ of any any main method is int but we change it as per requirment if return typ is other than void then must write return stmt
What is the return type of a program's main() method