Multiple Choice
This type of list does not contain a null pointer at the end of the list.
A) circular-linked
B) doubly-linked
C) backwards-linked
D) null-linked
E) None of these
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q4: When you create a linked list you
Q6: A list that contains pointers to the
Q9: The list container provided by the Standard
Q10: If new data needs to be added
Q12: If there are no nodes in a
Q24: A linked list can consist of structs,
Q26: A linked list can grow and shrink
Q27: A linked list class must take care
Q32: An insertion or deletion routine requires that
Q34: The _ of a linked list points