What is hash table in c?
No Answer is Posted For this Question
Be the First to Post Answer
how to print the character with maximum occurence and print that number of occurence too in a string given ?
can we write a c program with out using main
How to add two numbers with using function?
Is main a keyword in c?
what is the associativity of bitwise OR operator?
Can we assign string to char pointer?
int x=sizeof(!5.856); What will value of variable x?
Find greatest of two numbers using macro
What is int main () in c?
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
Is main is a keyword in c?
What is the purpose of clrscr () printf () and getch ()?