Explain Doubly Linked Lists?

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


Please Help Members By Posting Answers For Below Questions

What is equivalent to ++i+++j?

841


Which driver is a pure java driver

1231


What is the general form of #line preprocessor?

758


What is register variable in c language?

804


Differentiate between #include<...> and #include '...'

805


A collection of functions,calls,subroutines or other data a) library b) header files c) set of files d) textfiles

885


What does it mean when the linker says that _end is undefined?

845


Why & is used in scanf in c?

798


What is getche() function?

804


What is the correct code to have following output in c using nested for loop?

812


What is integer constants?

787


What is the use of header?

818


What is scope and lifetime of a variable in c?

758


a formula,a series of steps,or well defined set of rules for solving a problem a) algorithem b) program c) erdiagram d) compiler

834


What is page thrashing?

838