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
Why c is a mother language?
What is string concatenation in c?
In which layer of the network datastructure format change is done
What is pointer to pointer in c with example?
Write a C program on Centralized OLTP, Decentralized OLTP using locking mechanism, Semaphore using locking mechanism, Shared memory, message queues, channel of communication, sockets and a simple program on Saving bank application program using OLTP in IPC?
Tell me the use of bit field in c language?
What does do in c?
Why is c so popular?
What is a memory leak? How to avoid it?
What is enumerated data type in c?
i have to apply for the rbi for the post of officers. i need to know abt the entrance questions whether it may be aps or techinical....
Write a factorial program using C.
What is variable declaration and definition in c?
List the difference between a While & Do While loops?
What is difference between Structure and Unions?