McqMate
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. |
View all MCQs in
Data Structures (DS)No comments yet