1. Computer Science Engineering (CSE)
  2. Data Structure (DS)
  3. In doubly linked lists
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 Structure (DS)

Discussion