Vidyalelo
Data Structure · Q79

Linked Lists in Data Structures

Programming · Data Structure · question 79

Q79

How are free blocks linked together mostly and in what addressing order?

A.
circular linked list and increasing addressing order
Answer
B.
linked list and decreasing addressing order
C.
linked list and in no addressing order
D.
none of the mentioned

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board