

MCQOPTIONS
Saved Bookmarks
1. |
What does a xor linked list have? |
A. | every node stores the XOR of addresses of previous and next nodes |
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» B. actuall memory address of next node | |