what is the difference between exit() and _exit() functions?
Answer Posted / vin
The exit() and _exit() both are the same except that the
exit() perform flushing of I/O buffer before terminating
while _exit() does not perform.
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
what are bit fields? What is the use of bit fields in a structure declaration?
What are structural members?
Explain a pre-processor and its advantages.
Explain how can I prevent another program from modifying part of a file that I am modifying?
What is bubble sort technique in c?
What is the function of this pointer?
What does the && operator do in a program code?
What are structures and unions? State differencves between them.
Do you know null pointer?
What is a c token and types of c tokens?
What are categories used for in c?
What is union in c?
what are the advanced features of functions a) function declaration and prototypes b) calling functions by value or by reference c) recursion d) all the above
Draw a diagram showing how the operating system relates to users, application programs, and the computer hardware ?
What is hashing in c?