what is the difference between exit() and _exit() functions?
Answer Posted / bajishareef
exit() perform the termination operation, but before that it closes all files and flushes the I/O buffers.
_exit() just terminates the program
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Between macros and functions,which is better to use and why?
#include main() { enum _tag{ left=10, right, front=100, back}; printf("left is %d, right is %d, front is %d, back is %d",left,right,front,back); }
What is the code in while loop that returns the output of given code?
What are the 4 types of functions?
What is the mean of function?
What is the difference between functions getch() and getche()?
What is c mainly used for?
Can variables be declared anywhere in c?
what is the height of tree if leaf node is at level 3. please explain
Why we not create function inside function.
Explain what are its uses in c programming?
hello freinds next week my interview in reliance,nybody has an idea about it intervew questions..so tell
What is array of structure in c programming?
What is define c?
Using which language Test cases are added in .ptu file of RTRT unit testing???