Vidyalelo
Data Structure · Q55

Linked Lists in Data Structures

Programming · Data Structure · question 55

Q55

What is xor linked list?

A.
uses of bitwise XOR operation to decrease storage requirements for doubly linked lists
Answer
B.
uses of bitwise XOR operation to decrease storage requirements for linked lists
C.
uses of bitwise operations to decrease storage requirements for doubly linked lists
D.
just another form of linked list

Answer: Option A

Solution

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