In ogni caso, anche se è lecito dichiararla void è sconsigliato il suo utilizzo ...
Quindi usa int main che è anche più veloce perchè puoi scrivere:
(ps il main è l'entry point)codice:main (...) { //restituisce 0 implicitamente }
In ogni caso, anche se è lecito dichiararla void è sconsigliato il suo utilizzo ...
Quindi usa int main che è anche più veloce perchè puoi scrivere:
(ps il main è l'entry point)codice:main (...) { //restituisce 0 implicitamente }
Experience is what you get when you don’t get what you want