0
What does int mean?
int main ()
5 odpowiedzi
+ 1
Integer
+ 1
so why is it necessary?
+ 1
int main() defines a function called main that takes no arguments, and returns an integer.
+ 1
thank you for your help.
0
In c++ it means the main class
int main ()