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
Explain bit masking in c?
Differentiate between a structure and a union.
What are the 4 data types?
Explain spaghetti programming?
Are global variables static in c?
Tell me what is the purpose of 'register' keyword in c language?
What is #pragma statements?
Why does everyone say not to use scanf? What should I use instead?
Write a program for Overriding.
What are global variables?
What is data type long in c?
What is an endless loop?
Why isnt there a numbered, multi-level break statement to break out
Explain why C language is procedural?
What is indirection in c?