Answer Posted / vandana
semicolon(;)
| Is This Answer Correct ? | 50 Yes | 5 No |
Post New Answer View All Answers
Add Two Numbers Without Using the Addition Operator
Are pointers integers in c?
How can I access an I o board directly?
What are the loops in c?
What is the scope of global variable in c?
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 is getch () for?
Why header files are used?
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 this infamous null pointer, anyway?
What is the purpose of main( ) in c language?
How can a program be made to print the name of a source file where an error occurs?
The statement, int(*x[]) () what does in indicate?
What are loops c?
List the different types of c tokens?