In c++ (return 0) means?
Answers
Answered by
0
Answer:
i know html css javascript
Answered by
1
Answer:
return 0 in the main function means that the program executed successfully. return 1 in the main function means that the program does not execute successfully and there is some error. return 0 means that the user-defined function is returning false. return 1 means that the user-defined function is returning true.
Similar questions