Q. In doubly linked lists (Solved)
1. a pointer is maintained to store both next and previous nodes.
2. two pointers are maintained to store next and previous nodes.
3. a pointer to self is maintained for each node.
4. none of the above
- b. two pointers are maintained to store next and previous nodes.