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
What is anagram in c?
Difference between Function to pointer and pointer to function
What is the heap?
Explain what are the different data types in c?
What are the different types of data structures in c?
Write a program to reverse a linked list in c.
a character or group of characters that defines a register,or a part of storage a) memory b) byte c) address d) linear list
how to print 2-D array using a single for loop?
2 Answers Mind Tree, TCS, Value Labs,
What is a structure member in c?
What does char * * argv mean in c?
What is the purpose of sprintf?
What is the difference between functions abs() and fabs()?