Vidyalelo
Data Structure · Q81

Linked Lists in Data Structures

Programming · Data Structure · question 81

Q81

Which of the following statements are true? i) practical application of XOR linked lists are in environments with limited space requirements, such as embedded devices. ii)xor lists are not suitable because most garbage collectors will fail to work properly with classes or structures that don't contain literal pointers iii)in order to calculate the address of the next node you need to remember the address of the previous node iv)xor lists are much efficient than single, doubly linked lists and arrays

A.
i, ii, iii, iv
B.
i, ii, iii
Answer
C.
i, ii
D.
i

Answer: Option B

Solution

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