Questions tagged [exit-strategy]
6 questions
1
vote
5 answers
How do you use exit status code?
When the program run successfully, usually the program will return 0 status. If there any problems, the we can return value other than 0 at exit. With Exceptions, (as long as the problem is not undefined behaviour), we can return 0 value even though…
Mas Bagol
- 469