C Functions Question:

Download Job Interview Questions and Answers PDF

What is _exit() function?

C Functions Interview Question
C Functions Interview Question

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?