Return value of main - TechRepublic
General discussion
September 23, 2000 at 09:43 AM
sankar_2209

Return value of main

by sankar_2209 . Updated 25 years, 5 months ago

In main function of C++ if you define the prototype of main as void main(void) then what value does the program returns to OS.

If it returns nothing then how OS will know whether the program executed succesfully or not

This discussion is locked

All Comments