C Functions Question:
Download Questions PDF

What is exit() function?

C Functions Interview Question
C Functions Interview Question

Answer:

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

Download C Functions Interview Questions And Answers PDF

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