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
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.
Explain what is the benefit of using an enum rather than a #define constant?
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.
What is infinite loop?
What is f'n in math?
What does s c mean in text?
How do you print an address?
What Is The Difference Between Null And Void Pointer?
When should the const modifier be used?
hi any body pls give me company name interview conduct "c" language only
Explain modulus operator.
Is c# a good language?
Write a program to reverse a string.
Why malloc is faster than calloc?
Explain what is a program flowchart and explain how does it help in writing a program?