+ 2
When we use int main in a program we put return( 0) in ending.where will the zero go in the program
2 Respostas
+ 6
The value 0 by main() is returned to the operating system signalling that the program has run successfully, i.e. EXIT_SUCCESS.
+ 1
thnkzz bro