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


Please Help Members By Posting Answers For Below Questions

Can include files be nested? How many levels deep can include files be nested?

649


What’s the special use of UNIONS?

655


Explain the use of bit fieild.

702


What does static variable mean in c?

643


What is #include stdio h?

673






What is the difference between #include and #include 'file' ?

602


What is storage class?

650


What is null pointer constant?

588


In C language, a variable name cannot contain?

733


When I tried to go into a security sites I am denied access and a message appeared saying 'applet not initialize'. How can I rectify this problem.

1523


Why c language is called c?

561


Is fortran faster than c?

572


Why C language is a procedural language?

614


How is null defined in c?

645


what is stack , heap ,code segment,and data segment

2210