Why does not use getgh(); and <conio.h> in c language.
Answer Posted / sandeep
Check your question dude
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the difference between array and linked list in c?
What is main () in c?
How can I rethow can I return a sequence of random numbers which dont repeat at all?
Explain the bubble sort algorithm.
How macro execution is faster than function ?
write a program for the normal snake games find in most of the mobiles.
What is the use of printf() and scanf() functions?
What is structure of c program?
Write a factorial program using 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
Explain how to reverse singly link list.
What is merge sort in c?
Explain how can you be sure that a program follows the ansi c standard?
What is LINKED LIST? How can you access the last element in a linked list?
What the different types of arrays in c?