0
What if I type return 1 instead of return 0 in c++ after every function?
6 Answers
+ 2
Its all up to you, presumably knowing how "you" handle that return value. Otherwise, try looking for why it is supposed to return 0 and crosscheck that it is not going to lead to problems.
0
C++
0
Function