0
why int main??
4 Answers
+ 1
In C++, main is the function that is executed when launching your program.
+ 1
int main is the only function which compiler sees..... if we use any other function it wont operate
+ 1
int main tells the compiler that the where the execution of program begins
0
I say this because generally use only the main