Multiple Choice
A ________ list contains pointers to the nodes before it and after it.
A) singly-linked
B) doubly-linked
C) circular-linked
D) B and C
E) None of these
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q3: Appending a node means adding it to
Q8: The process of moving through a linked
Q9: Which of the following is a basic
Q13: To create a linked list you must
Q19: When working with a linked list one
Q21: A linked list is a series of
Q23: A new node must always be made
Q32: If the head pointer points to nullptr,
Q33: A doubly linked list keeps track of
Q36: A linked list is called "linked" because