Vidyalelo
Data Structure · Q75

Linked Lists in Data Structures

Programming · Data Structure · question 75

Q75

Which of the following is not the properties of XOR lists?

A.
X⊕X = 0
B.
X⊕0 = X
C.
(X⊕Y)⊕Z = X⊕(Y⊕Z)
D.
X⊕0 = 1
Answer

Answer: Option D

Solution

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