what does
return 0;mean in main() function in a C(++) Console Application? how about
return 1;or
return 2;?
are they different?
what if 'return' is removed?
return 0;mean in main() function in a C(++) Console Application? how about
return 1;or
return 2;?
|
|
|
int main(int argc, char **argv) int main()
int main(int argc, char **argv, char **env)
void main( /* Any combinations of the above arguments */ )
0 members, 1 guests, 0 anonymous users