What is exit(0) and exit(1) in C/C++ | Explained
Exit Success – This is indicated by exit(0). Exit Failure – This is indicated by exit(1). Let’s understand exit(0) and exit(1) with the help of examples.
Exit Success – This is indicated by exit(0). Exit Failure – This is indicated by exit(1). Let’s understand exit(0) and exit(1) with the help of examples.