What is the function of exit ( )
Answers
Answered by
1
The exit function, declared in <stdlib. h>, terminates a C++ program. The value supplied as an argument to exit is returned to the operating system as the program's return code or exit code. By convention, a return code of zero means that the program completed successfully
Answered by
0
Similar questions