Q41
What happens if you forget to update the next pointer of a node when deleting it in a singly linked list?
A.
The node remains in the list
AnswerB.
The list becomes circular
C.
The next node's data is lost
D.
The list becomes corrupted
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board