Multiple Choice
Which of the following is true about all doubly linked lists?
A) each node references both its predecessor and its successor
B) the precede reference of the last node has the value null
C) the last node references the first node
D) the precede reference of the first node references the last node
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q48: Name two advantages of implementing the ADT
Q49: In Java,when is an object marked for
Q50: What is a dummy head node?
Q51: Which of the following exceptions can be
Q52: What is the difference between a linear
Q54: If the implementation of a linked list
Q55: A dummy head node _.<br>A)facilitates adding nodes
Q56: Which of the following statements deletes the
Q57: Which of the following CANNOT be used
Q58: A _ can be used to store