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
Explain modulus operator.
difference between Low, Middle, High Level languages in c ?
Can you mix old-style and new-style function syntax?
Why we use break in c?
write a program to concatenation the string using switch case?
Do you know the use of fflush() function?
what is the difference between north western polytechnique university and your applied colleges?? please give ur answers for this. :)
a number whose only prime factors are 2,3,5, and 7 is call humble number,,write a program to find and display the nth element in this sequence.. sample input : 2,3,4,11,12,13, and 100.. sample output : the 2nd humble number is 2,the 3rd humble number is 3,the 4th humble number is ,the 11th humble number is 12, the 12th humble number is 14, the 13th humble number is 15, the 100th humble number is 450.
Hi how many types of software editions are there and their difference (like home editions, enterprise, standard etc) can u please help me
Explain how do you override a defined macro?
What are header files why are they important?
What is a buffer in c?
What is s or c?
Why can’t constant values be used to define an array’s initial size?
What is a void pointer? When is a void pointer used?