Solved

Which of the Following Statements About a Linked List Iterator

Question 91

Multiple Choice

Which of the following statements about a linked list iterator is NOT correct?


A) The iterator is at the end of the list if the linked list's first node reference is null.
B) The iterator is at the end of the list if the position.next reference is null.
C) The iterator is at the end of the list if the position reference is null.
D) The list is empty if the linked list's first node reference is null.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions