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 anagram in c?
What is difference between structure and union in c?
Write a program to print fibonacci series without using recursion?
Write a program in c to replace any vowel in a string with z?
1) There is a singing competition for children going to be conducted at a local club. Parents have been asked to arrive at least an hour before and register their children’s names with the Program Manager. Whenever a participant registers, the Program Manager has to position the name of the person in a list in alphabet order. Write a program to help the Program Manager do this by placing the name in the right place each time the Program Manger enters a name. The Logic should be written in Data Structures?
What are the data types present in c?
What is the purpose of clrscr () printf () and getch ()?
What is nested structure?
Why do we use & in c?
What is a spanning Tree?
can anyone please tell about the nested interrupts?
What is extern c used for?
Compare interpreters and compilers.
What oops means?
what is the basis for selection of arrays or pointers as data structure in a program