Vidyalelo
Data Structure · Q97

Linked Lists in Data Structures

Programming · Data Structure · question 97

Q97

Which of the following is an advantage of XOR list?

A.
Almost of debugging tools cannot follow the XOR chain, making debugging difficult
B.
You need to remember the address of the previously accessed node in order to calculate the next node's address
C.
In some contexts XOR of pointers is not defined
D.
XOR list decreases the space requirement in doubly linked list
Answer

Answer: Option D

Solution

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