0
Is main func can be used as recursive function ?
4 Respuestas
+ 4
Here's proof:
https://code.sololearn.com/csXIG7O1SL83/?ref=app
+ 3
Yea.
Although, you would still need to pass a string array in the parameters.
+ 3
It's only special in that every program finds/executes the main first. So, that's your starting point in the program.
0
yea .
I know that but few persons said main func is a spcl func and cannot be used as a recursive func