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 |
AMMONG THE 4 STROAGE CLASSES IN C, WHICH ONE FASTEST?
What is modifier & how many types of modifiers available in c?
How to throw some light on the b tree?
What is nested structure?
Why functions are used in c?
Which is the best sort method for library management?
writw a program to insert an element in the begning of a doubly linked list
write a program in C that prompts the user for today's date,tomorrow's date and display the results.Use structures for today's date,tomorrow's date and an array to hold the days for each month of the year.
Is there any book to know about Basics of C Language?
If an old women's age is the same as her three grand daughters i,mean the number of days old child=the no of weeks old child=no of months old child .The total yrs of all these ppl is 114 yrs...then how old is the old woman? the yr has 365 days..and 30 days each month.
Explain what is the difference between null and nul?
How to write a C program to determine the smallest among three nos using conditional operator?