Explain Doubly Linked Lists?

Answers were Sorted based on User's Feedback



Explain Doubly Linked Lists?..

Answer / 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

Explain Doubly Linked Lists?..

Answer / 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

Explain Doubly Linked Lists?..

Answer / hr@tgksolutions.com

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

More C Interview Questions

What is #error and use of it?

0 Answers  


Can the size of an array be declared at runtime?

0 Answers  


no consistent academics. how to answer the question

0 Answers  


Identify the operators that is not used with pointer a. && b. # c. * d. >>

2 Answers  


what is the difference between getch() and getchar()?

10 Answers   Huawei, Infosys,






Can include files be nested? How many levels deep can include files be nested?

0 Answers   Aspire, Infogain,


A routine usually part of the operation system that loads a program into memory prior to execution a) linker b) loader c) preprocessor d) compiler

0 Answers  


when user give a number it multiply with 9 without useing '+' and '*' oprator

4 Answers  


if the total selling price of 15 items and the total profit earned on them is input through the keyboard, write a program to find the cost price of one of the item

2 Answers  


Is it possible to use curly brackets ({}) to enclose single line code in c program?

0 Answers  


different between overloading and overriding

3 Answers  


main() { static int ivar=5; printf("%d",ivar--); if(ivar) main(); }

3 Answers   CSC,


Categories