Answer Posted / nashiinformaticssolutions
• 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
How can I find the modification date and time of a file?
Explain what is the most efficient way to store flag values?
Write a C program to accept a matrix of any size. Find the frequency count of each element in the matrix and positions in which they appear in the matrix
Give differences between - new and malloc() , delete and free() ?
Explain modulus operator.
What is a structure and why it is used?
Why c is called top down?
Not all reserved words are written in lowercase. TRUE or FALSE?
What is the right way to use errno?
exit () is used to a) exit () terminates the execution of the program itself b) exit () terminates the execution of the loop c) exit () terminates the execution of the block d) none of the above
How can a process change an environment variable in its caller?
what is reason of your company position's in india no. 1.
What is the need of structure in c?
Can a function argument have default value?
Are the variables argc and argv are local to main?