Solved

The Successor Pointer in the Last Node of a Linked

Question 19

Multiple Choice

The successor pointer in the last node of a linked list should have its value set to


A) NULL .
B) the address of the previous node.
C) the address of the first node in the list.
D) nothing: the last node has no successor pointer.
E) None of the above

Correct Answer:

verifed

Verified

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

Related Questions