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
Describe the modifier in c?
What is the data segment that is followed by c?
What is data types?
int i=3; this declaration tells the C compiler to a) reserve space in memory to hold the integer value b) associate the name i with this memory location c) store the value 3 at this location d) all the above
What are c identifiers?
I was asked to write a program in c which when executed displays how many no.of clients are connected to the server.
Does free set pointer to null?
Give a one-line C expression to test whether a number is a power of 2. [No loops allowed - it's a simple test.]
How can I read a binary data file properly?
What is a structure in c language. how to initialise a structure in c?
What is c language & why it is used?
What is logical error?
What does return 1 means in c?
How can I generate floating-point random numbers?
What are structure members?