Answer Posted / nashiinformaticssolutions
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
HOW TO SOLVE A NUMERICAL OF LRU IN OS ??????
Is it better to bitshift a value than to multiply by 2?
will u please send me the placement papers to my mail???????????????????
What are c identifiers?
What is use of integral promotions in c?
What is volatile c?
What is ## preprocessor operator in c?
Write a code on reverse string and its complexity.
What is an arrays?
Which node is more powerful and can handle local information processing or graphics processing?
In c programming write a program that will print 10 multiples of 3 except 15,18,21 using looping
How can I find out the size of a file, prior to reading it in?
What is string concatenation in c?
Why does the call char scanf work?
Describe static function with its usage?