Vidyalelo
Data Structure · Q91

Linked Lists in Data Structures

Programming · Data Structure · question 91

Q91

What does a xor linked list have?

A.
every node stores the XOR of addresses of previous and next nodes
Answer
B.
actuall memory address of next node
C.
every node stores the XOR of addresses of previous and next two nodes
D.
every node stores xor 0 and the current node address

Answer: Option A

Solution

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