Answer Posted / glibwaresoftsolutions
• exit(): Cleans up resources (e.g., flushes buffers).
• _exit(): Terminates the program immediately without cleanup
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Describe the steps to insert data into a singly linked list.
Write program to remove duplicate in an array?
What is anagram in c?
Write a program for Overriding.
Can a program have two main functions?
Explain how can I remove the trailing spaces from a string?
What is array of structure in c?
Once I have used freopen, how can I get the original stdout (or stdin) back?
How would you use the functions fseek(), freed(), fwrite() and ftell()?
Why is c used in embedded systems?
What are run-time errors?
What is const keyword in c?
Explain the concept and use of type void.
Which is more efficient, a switch statement or an if else chain?
Why is this loop always executing once?