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


Please Help Members By Posting Answers For Below Questions

What is #define used for in c?

847


Do you know the use of fflush() function?

847


Can an array be an Ivalue?

894


What is wrong with this statement? Myname = 'robin';

1085


What are the different properties of variable number of arguments?

935


How to Throw some light on the splay trees?

839


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

862


What do you mean by c?

815


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

2746


hi send me sample aptitude papers of cts?

1924


What are the advantages of c preprocessor?

1018


What is the use of static variable in c?

858


Why does everyone say not to use scanf? What should I use instead?

1121


Write a program to swap two numbers without using a temporary variable?

886


‎How to define structures? · ‎

869