adspace


What is doubly linked list in c++?

Answer Posted / Inderjeet Singh Parmar

A doubly linked list in C++ is a data structure that consists of nodes, each containing a value and pointers to the previous and next node. This allows for efficient traversal of the list in both directions.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How c functions prevents rework and therefore saves the programers time as wel as length of the code ?

1164


What is the latest version on c++?

1206


daily Routine of father

1483


Can union be self referenced?

1266


What character terminates all character array strings a) b) . c) END

1394