Can you please explain the difference between exit() and _exit() function?

Submitted by: Muhammad
► Io buffers are flushed by exit() and executes some functions those are registered by atexit().
► _exit() ends the process without invoking the functions which are registered by atexit().
Submitted by: Muhammad

Read Online C Functions Job Interview Questions And Answers