Q61
What happens if a node cannot fit an element in an unrolled linked list?
A.
The element is discarded
B.
The elements are moved to the next node
AnswerC.
The node is discarded
D.
Error message is shown
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board