Science, asked by shreyashinde3339, 15 days ago

1 poin
What is the use of return O
statement in main function?​

Answers

Answered by lucykumarisah786
1

Explanation:

Explanation: return 0 in the main function means that the problem executed successfully. return 1 in the main function means that the problem does not execute a successfully and there is some error. return 0 means that the user-defined function returning false return 1 means that the user-defined function returning true.

Explanation: return 0 in the main function means that the problem executed successfully. return 1 in the main function means that the problem does not execute a successfully and there is some error. return 0 means that the user-defined function returning false return 1 means that the user-defined function returning true. return statement in

Similar questions