shadowlesshand
Programmer
Hi All,
I would like to know if the return value of the main function in java (or any other language) actually needs to be an integer.
Also what would the integer value be.
If I use void as my return type, does it nullify the integer value it is actually returning?
Thanks a million,
Karthik
I would like to know if the return value of the main function in java (or any other language) actually needs to be an integer.
Also what would the integer value be.
If I use void as my return type, does it nullify the integer value it is actually returning?
Thanks a million,
Karthik