Multiple Choice
Every node in a doubly linked list has two pointers: ____ and ____.
A) previous; next
B) back; next
C) current; next
D) previous; current
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q1: When building a linked list in the
Q5: When you build a linked list in
Q12: The _ deallocates the memory occupied by
Q20: In a circular linked list with more
Q20: A linked list is a random access
Q21: What is the purpose of the following
Q23: Each node of a linked list must
Q24: The link field of the last node
Q27: A doubly linked list can be traversed
Q32: In a linked list, the address of