+ 2
what if return(0) is not used ?
what will happen if we don't write return(0) at the end of the program ? does it effect the program or the output of the program ?
1 Resposta
+ 3
If you don't want to return, use :
void main ()
what will happen if we don't write return(0) at the end of the program ? does it effect the program or the output of the program ?