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
How do c compilers work?
What is the need of structure in c?
How to explain the final year project as a fresher please answer with sample project
What is %d called in c?
`write a program to display the recomended action depends on a color of trafic light using nested if statments
Is it possible to have a function as a parameter in another function?
Can you mix old-style and new-style function syntax?
What are the 4 types of unions?
Why isnt there a numbered, multi-level break statement to break out
Why we not create function inside function.
Can we change the value of constant variable in c?
How is actual parameter different from the formal parameter?
Write a program to generate the Fibinocci Series
What is variable initialization and why is it important?
Do you know what are bitwise shift operators in c programming?