Answer Posted / glibwaresoftsolutions
A specific kind of linked list that allows traversal across the data components in both directions is called a doubly linked list.
Every node has two linkages, one to the node next to it and one to the node in front of it, which enables accomplishing this.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
why to assign a pointer to null sometimes??how can a pointer we declare get assigned with a garbage value by default???
Can you tell me how to check whether a linked list is circular?
What is return type in c?
Can the “if” function be used in comparing strings?
How many data structures are there in c?
What is the value of h?
Is there a way to jump out of a function or functions?
What is identifier in c?
What does a derived class inherit from a base class a) Only the Public members of the base class b) Only the Protected members of the base class c) Both the Public and the Protected members of the base class d) .c file
Why void is used in c?
What are structure types in C?
What is dynamic dispatch in c++?
Is there sort function in c?
An organised method of depicting the use of an area of computer memory used to signify the uses for different parts of the memory a) swap b) extended memory c) memory map d) all of the above
What is the size of enum in bytes?