What are the different types of pointers?
Answer Posted / mar
generic pointers and non generic pointers
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How will you delete a node in DLL?
find the sum of two matrices and WAP for it.
What are pointers? What are stacks and queues?
write a program that reads lines(using getline), converts each line to an integer using atoi, and computes the average of all the numbers read. also compute the standard deviation.
What are pragmas and what are they good for?
Explain spaghetti programming?
What is return type in c?
What is bubble sort in c?
How to get string length of given string in c?
Why is #define 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
Explain goto?
what do the 'c' and 'v' in argc and argv stand for?
How can I do peek and poke in c?
What is conio h in c?