How many types of linked lists what are they?
How many types of data structures?
Answer Posted / deepak nagpal
There are three types of linked lists-
1.singly linked list
2.doubly linked list
3.circular linked list
There are six types of data structurs-
1.linked list
2.array
3.stack
4.queues
5.tree
6.graphs
Is This Answer Correct ? | 43 Yes | 9 No |
Post New Answer View All Answers
What is #define used for in c?
Do you know the use of fflush() function?
Can an array be an Ivalue?
What is wrong with this statement? Myname = 'robin';
What are the different properties of variable number of arguments?
How to Throw some light on the splay trees?
If one class contains another class as a member, in what order are the two class constructors called a) Constructor for the member class is called first b) Constructor for the member class is called second c) Only one of the constructors is called d) all of the above
What do you mean by 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
hi send me sample aptitude papers of cts?
What are the advantages of c preprocessor?
What is the use of static variable in c?
Why does everyone say not to use scanf? What should I use instead?
Write a program to swap two numbers without using a temporary variable?
How to define structures? ·