exit function in C - exit() in C - C exit Program
Learn C - C tutorial - exit() in c - C examples - C programs
exit() in C
- The exit function calls all functions registered with atexit and terminates the program. File buffers are flushed, streams are closed, and temporary files are deleted.