Multiple Choice
A doubly linked list makes it easy to
A) move from any node to its successor,and from any node to its predecessor
B) skip two nodes at a time when moving forward through the list
C) skip two nodes at a time when moving backward through the list
D) to create a second copy of the linked list
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q23: A linked list is represented by a
Q24: A doubly circularly linked list makes it
Q25: A linked list class keeps its elements
Q26: The objects that form the units of
Q27: A linked list class uses a Node
Q29: A systematic procedure for starting at the
Q30: In a linked list,the predecessor of a
Q31: To remove a node with a positive
Q32: To allocate storage for its elements,an array-based
Q33: A linked list class uses a Node