What is the difference between exit() and _exit()?
Answers were Sorted based on User's Feedback
Answer / nashiinformaticssolutions
• exit(): Cleans up resources (e.g., flushes buffers).
• _exit(): Terminates the program immediately without cleanup.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / glibwaresoftsolutions
• exit(): Cleans up resources (e.g., flushes buffers).
• _exit(): Terminates the program immediately without cleanup
| Is This Answer Correct ? | 0 Yes | 0 No |
What are variables c?
related proverb of "dont count your chicken before it hatches"
marge linklist
What is a macro in c preprocessor?
How would you print out the data in a binary tree, level by level, starting at the top?
What is function what are the types of function?
Why c is called top down?
Write a C program in Fibonacci series.
how can i print "hello".please consider inverted commas as well.i want to print on console: "hello"
What is the use of getchar functions?
write a c program to find the largest and 2nd largest numbers from the given n numbers without using arrays
All technical questions