How many types of linked lists what are they?
How many types of data structures?
Answer Posted / shumaila bashir sheikh
There are basically three types of linked list.
1) single linked list
2) Double Linked list
3) Circular linked list
there are two types of data structures
1) Linear Data Structures
Array, Linked list, pointers, stack, queues etc
2) Non-Linear Data Structure
Trees, Graphs
| Is This Answer Correct ? | 93 Yes | 7 No |
Post New Answer View All Answers
What are terms in math?
int i=10; printf("%d %d %d", i, i=20, i);
What is assert and when would I use it?
What is double pointer?
In a switch statement, what will happen if a break statement is omitted?
What is the general form of function in c?
Explain built-in function?
Why do we need functions in c?
What is the use of pointers in C?
why we wont use '&' sing in aceesing the string using scanf
What is %lu in c?
What is the code for 3 questions and answer check in VisualBasic.Net?
Who is the founder of c language?
Write a program to print fibonacci series using recursion?
What does node * mean?