Answer Posted / nakul sharma
Storage class in C language defines the memory type in which any variable is going to be stored in C program.
| Is This Answer Correct ? | 5 Yes | 8 No |
Post New Answer View All Answers
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
how is the examination pattern?
Is fortran still used today?
What is the best organizational structure?
Create a simple code fragment that will swap the values of two variables num1 and num2.
What is the purpose of main( ) in c language?
Explain the process of converting a Tree into a Binary Tree.
Give the rules for variable declaration?
By using C language input a date into it and if it is right?
Why c is called free form language?
What is the use of function overloading in C?
How can you increase the size of a statically allocated array?
what are the advanced features of functions a) function declaration and prototypes b) calling functions by value or by reference c) recursion d) all the above
Draw a diagram showing how the operating system relates to users, application programs, and the computer hardware ?
Can I initialize unions?