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 array of pointers to string?
What is the advantage of using #define to declare a constant?
What does the message "automatic aggregate intialization is an ansi feature" mean?
Explain what is the advantage of a random access file?
What is the benefit of using an enum rather than a #define constant?
What is binary tree in c?
plz let me know how to become a telecom protocol tester. thank you.
What is the process of writing the null pointer?
What is the size of empty structure in c?
Give a one-line C expression to test whether a number is a power of 2. [No loops allowed - it's a simple test.]
pierrot's divisor program using c or c++ code
How do you determine the length of a string value that was stored in a variable?
Distinguish between actual and formal arguments.
Does c have enums?
When I set a float variable to, say, 3.1, why is printf printing it as 3.0999999?