English, asked by julia12353, 6 months ago

In c++ (return 0) means?

Answers

Answered by sunnyprajapati99931
0

Answer:

i know html css javascript

Answered by LiarHeart
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