Answer Posted / prasanna
c++ is the extention language of c.
it is a object oriented language
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
When c language was developed?
simple program of graphics and their output display
What are the parts of c program?
What is self-referential structure in c programming?
Is c procedural or functional?
a construct the"else" part of "if" statement contains anoth "if else" statement is called a) if-else b) else-if-else c) if-else-if-else d) chain if/if-else-if
What are the two types of structure?
What are the similarities between c and c++?
What is a volatile keyword in c?
What is the meaning of typedef struct in c?
what does static variable mean?
How do you initialize pointer variables?
What are terms in math?
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
Write a c program to build a heap method using Pointer to function and pointer to structure ?