How many types of linked lists what are they?
How many types of data structures?
Answer Posted / santosh
there are three types of linked list
1)singly linked list
2)doubly linked list
3)circular linked list
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 ? | 5 Yes | 0 No |
Post New Answer View All Answers
What is file in c language?
When should the const modifier be used?
What are the difference between a free-standing and a hosted environment?
Do pointers take up memory?
how could explain about job profile
what is the height of tree if leaf node is at level 3. please explain
typedef enum { html, java, javascript, perl, cgi } lang;The above statement defines a : a) Union b) User defined type c) Enumerated variable d) none
Explain that why C is procedural?
Can we use visual studio for c?
What is a method in c?
What is c variable?
Write a program to implement a round robin scheduler and calculate the average waiting time.Arrival time, burst time, time quantum, and no. of processes should be the inputs.
a character or group of characters that defines a register,or a part of storage a) memory b) byte c) address d) linear list
Why is it that not all header files are declared in every C program?
How to declare a variable?