+ 1
What does this line return 0 do???
Pls ans
2 Réponses
+ 7
at any usual function it means that the integer zero is returned, to wherever it is called, however I think you mean the return 0; at the end of the main function. Here it means that the program has been executed succesfully.
+ 2
Thanqs