C Functions Question:
Download Job Interview Questions and Answers 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 Question | Next Question |
What is exit() function? | Can you please explain the difference between exit() and _exit() function? |