adspace
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