+ 1
C++ challenges
hi there , why always peopel use in void main(string args[]) , i m new here feel free to challenge me happy coding
1 Réponse
+ 9
public static void main(String[] )
is the signature for the main function in Java.
int main()
int main(int, char*[])
is the signatures for the main function in C++