C Functions Question: Download C Functions PDF

What is _exit() function?

Tweet Share WhatsApp

Answer:

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

Download C Functions PDF Read All 45 C Functions Questions
Previous QuestionNext Question
What is exit() function?Can you please explain the difference between exit() and _exit() function?