+ 2
What will happen if don't write return 0; at the end of c++ program?
2 odpowiedzi
+ 4
it will explode
0
From what I understand of modern c++ compilers is that it is implied to return 0. So it should compile as it is simply understood to return 0.