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
What is equivalent to ++i+++j?
Which driver is a pure java driver
What is the general form of #line preprocessor?
What is register variable in c language?
Differentiate between #include<...> and #include '...'
A collection of functions,calls,subroutines or other data a) library b) header files c) set of files d) textfiles
What does it mean when the linker says that _end is undefined?
Why & is used in scanf in c?
What is getche() function?
What is the correct code to have following output in c using nested for loop?
What is integer constants?
What is the use of header?
What is scope and lifetime of a variable in c?
a formula,a series of steps,or well defined set of rules for solving a problem a) algorithem b) program c) erdiagram d) compiler
What is page thrashing?