Multiple Choice
In a circular-linked list, the last node points to the ________.
A) head pointer
B) tail pointer
C) first node
D) closing curly brace of the original structure declaration
E) None of these
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q6: A list that contains pointers to the
Q12: If there are no nodes in a
Q18: The Standard Template Library (STL) provides a
Q18: The last node in a linked list
Q20: Variations of the linked list are:<br>A)doubly-linked list<br>B)circular
Q22: To build a list initially, you can
Q24: A linked list can consist of structs,
Q26: A linked list can grow and shrink
Q27: A linked list class must take care
Q37: When you delete a node from a