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
No Answer is Posted For this Question
Be the First to Post Answer
program to find which character is occured more times in a string and how many times it has occured? for example in the sentence "i love india" the output should be i & 3.
What is meant by inheritance?
What is C++
Difference between Function to pointer and pointer to function
What should not contain a header file?
declare afunction pointer to int printf(char *)?
the 'sizeof' operator reported a larger size than the calculated size for a structure type. What could be the reason?
Write a code of a general series where the next element is the sum of last k terms.
What is a header file?
What do you understand by normalization of pointers?
What are loops in c?
Explain the use of 'auto' keyword