+ 1
what does the circular brackets "()" indicates in main()
can there be any thing inside of the main ( __ )
5 Réponses
+ 5
parentheses in this case signify a method. in some languages with a main method, it has optional or mandatory parameters. if you're talking c/c++, by default main doesn't have any parameters, but you can add some to signify command line arguments
+ 2
What language...
0
cpp sry ...
0
what is main method
0
Shreyas chimote the method which is executed upon program startup