Q.

In doubly linked lists

A. a pointer is maintained to store both next and previous nodes.
B. two pointers are maintained to store next and previous nodes.
C. a pointer to self is maintained for each node.
D. none of the above
Answer» B. two pointers are maintained to store next and previous nodes.
1.8k
0
Do you find this helpful?
1

View all MCQs in

Data Structures (DS)

Discussion

No comments yet