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

One of the Institutes contains 5 student groups. Every group contains 4 students. Institute wants to store student group’s details in array. Group should contain group member’s details (name and registration number and age), project name, and mark of the group.

2451


Explain what is the benefit of using an enum rather than a #define constant?

1019


Write a C++ program to generate 10 integer numbers between - 1000 and 1000, then store the summation of the odd positive numbers in variable call it sum_pos, then find the maximum digit in this variable regardless of its digits length.

1804


What is infinite loop?

870


What is f'n in math?

865


What does s c mean in text?

862


How do you print an address?

1010


What Is The Difference Between Null And Void Pointer?

893


When should the const modifier be used?

895


hi any body pls give me company name interview conduct "c" language only

1953


Explain modulus operator.

846


Is c# a good language?

827


Write a program to reverse a string.

867


Why malloc is faster than calloc?

842


Explain what is a program flowchart and explain how does it help in writing a program?

905