How many types of linked lists what are they?
How many types of data structures?
Answer Posted / deepak kumar shrivastava
There are five types of Link List
1. singly link list
2. doubly link list
3. singly circular link list
4. doubly circular link list
5. XOR link list
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
if the area was hit by a virus and so the decrease in the population because of death was x/3 and the migration from other places increased a population by 2x then annually it had so many ppl. find our the population in the starting.
What is the size of enum in bytes?
What does the format %10.2 mean when included in a printf statement?
Write an algorithm for implementing insertion and deletion operations in a singly linked list using arrays ?
Write a program to input the price of 1 burger and the number of burgers eaten by a group of friends .print the total amount to be paid by the group?
What is ambagious result in C? explain with an example.
What is c definition?
What is the difference between memcpy and memmove?
What is scope rule in c?
What is the right type to use for boolean values in c? Is there a standard type?
What are directives in c?
Explain 'bus error'?
What is difference between function overloading and operator overloading?
What are structure members?
Why do some versions of toupper act strangely if given an upper-case letter?