Can you please explain the difference between exit() and _exit() function?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

write a program to remove occurrences the word from entered text?

1 Answers  


Explain how can a program be made to print the line number where an error occurs?

0 Answers  


What does c in a circle mean?

0 Answers  


what is the difference between global variable & static variable declared out side all the function in the file.

2 Answers  


What are operators in c?

0 Answers  






Explain how can a program be made to print the name of a source file where an error occurs?

0 Answers  


Where static variables are stored in memory in c?

0 Answers  


Explain what are its uses in c programming?

0 Answers  


write a program that explain #define and # undef directive

1 Answers  


Is it possible to run using programming C for Java Application?

2 Answers   NIC,


What are the c keywords?

0 Answers  


2) Write a program that will help Air Traffic Control for an airport to view the sequence of flights ready for take-off. The airport can accommodate 10 flights waiting for take-off at any point in time. Each flight has a unique 3 digit numeric identifier.  Each time a flight takes-off, Air Traffic Control adds a flight to the waitlist. Each time a flight is added to the waitlist, the list of flights waiting to take-off must be displayed.  When a flight is cleared for take-off, Air Traffic Control removes the flight from the waitlist. Each time a flight takes-off, the list of flights waiting to take-off must be displayed.  Sequence of take-off is the sequence of addition to the waitlist

0 Answers  


Categories