How many types of linked lists what are they?
How many types of data structures?
Answer Posted / avinash jadhav
There are three types of linked list:
1. Singly liked list
2. Doubly link list
3. Circular link list
There are two types of data structures:
1. Linear Data Structure: In this data structure we are
doing the operation sequentially on the data.
examples; Arrays, stacks, queues, and linked list.
2. Non- Linear data structure:In this data structure we are
doing the operation randomly.
examples; Trees and Graphs.
| Is This Answer Correct ? | 25 Yes | 1 No |
Post New Answer View All Answers
Input is "rama loves rajesh and rajesh Loves rama also and rajesh wear gloves and bloves" To print output is count the numbers of times repeted the word love without case sensitive.
What is a shell structure examples?
What is the difference between null pointer and wild pointer?
how many key words availabel in c a) 28 b) 31 c) 32
Can an array be an Ivalue?
How do c compilers work?
Describe the modifier in c?
Which is best linux os?
Why we not create function inside function.
How macro execution is faster than function ?
How can you avoid including a header more than once?
What are the functions to open and close file in c language?
When should you use a type cast?
List some of the static data structures in C?
What do the functions atoi(), itoa() and gcvt() do?