Multiple Choice
The list container provided by the Standard Template Library is a template version of a
A) singly-linked list.
B) doubly-linked list.
C) circular-linked list.
D) backward-linked list.
E) None of the above
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q6: A list that contains pointers to the
Q8: Nodes in a linked list are stored
Q26: A linked list can grow and shrink
Q27: A non-empty linked list of items can
Q28: Linked lists of items are commonly implemented
Q29: Inserting an item into a linked list
Q31: The STL implementation of a linked list
Q32: Deleting an entire list requires traversing the
Q33: The Standard Template Library (STL) provides a
Q34: When using a node pointer to traverse