12 ms·
In C++, "return 0" from main is actually the default (i.e. you don't need to explicitly return), same in C99.
by flebron 12y ago
In C++, "return 0" from main is actually the default (i.e. you don't need to explicitly return), same in C99.
12 ms·