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


Please Help Members By Posting Answers For Below Questions

What are the advantages and disadvantages of a heap?

697


What is bin sh c?

576


Is array a primitive data type in c?

571


Are the outer parentheses in return statements really optional?

568


Why c is known as a mother language?

634






What is the use of a static variable in c?

585


With the help of using classes, write a program to add two numbers.

615


how to construct a simulator keeping the logical boolean gates in c

1719


When we use void main and int main?

581


What is c language used for?

551


How do you construct an increment statement or decrement statement in C?

733


When can you use a pointer with a function?

557


What is the difference between single charater constant and string constant?

615


What is line in c preprocessor?

607


Why isnt there a numbered, multi-level break statement to break out

581