Answer Posted / guest
top of the page
| Is This Answer Correct ? | 1 Yes | 6 No |
Post New Answer View All Answers
How to declare pointer variables?
What does dm mean sexually?
What are the different types of C instructions?
A collection of data with a given structure for excepting storing and providing on demand data for multiple users a) linked list b) datastructer c) database d) preprocessor
Can you please explain the difference between malloc() and calloc() function?
What are variables c?
What is the difference between scanf and fscanf?
What is a node in c?
Explain how do you list files in a directory?
What is a void pointer? When is a void pointer used?
What is structure padding in c?
how to construct a simulator keeping the logical boolean gates 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
What is a dynamic array in c?
code for quick sort?