Solved

Which of the Following Statements About a Linked List and Its

Question 27

Multiple Choice

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


A) The list is empty 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 beginning of the list if the previous reference is null.
D) The iterator is at the first node of the list if its position reference is null.

Correct Answer:

verifed

Verified

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

Related Questions