0
Can the main function be overloaded ??
If Yes!!! How many languages support this ??
1 Resposta
+ 1
Yes. All languages that support function overloading should support this. I showed it in Java here:
https://code.sololearn.com/cMJttGO8jL75
You just need to code different parameters in your second main.