C Functions Question:
Download Questions PDF

What is _exit() function?

Answer:

_exit() does not cleanup work like closing file descriptor, file stream and so on.

Download C Functions Interview Questions And Answers PDF

Previous QuestionNext Question
What is exit() function?Can you please explain the difference between exit() and _exit() function?