Well, the main() argument gets even better if you consider C++. The only prototype for main() that is compliant with C89, C99, and C++ is this or a variation of it:
I know there are a bunch of C users that say that are of the opinion that they never will switch to a C++ compiler, so whatever.Code:int main(int argc, char *argv[]);


