Vidyalelo
Data Structure · Q61

Linked Lists in Data Structures

Programming · Data Structure · question 61

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
Answer
C.
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