Multiple Choice
Select all that apply. While traversing a list, a node pointer knows when it has reached the end of the list if
A) it encounters the newline character
B) it encounters a null pointer
C) it finds itself back at the beginning of the list
D) it encounters a sentinel such as 9999
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q23: A new node must always be made
Q24: A linked list can consist of structs,
Q25: In a circular linked list, the last
Q26: A linked list can grow and shrink
Q27: The process of moving through a linked
Q29: Select all that apply. Which of the
Q30: To build a list initally, you can
Q31: In an insertion or deletion routine:<br>How many
Q32: If the head pointer points to nullptr,
Q33: A doubly linked list keeps track of