

MCQOPTIONS
Saved Bookmarks
1. |
Which of the following statements are true ? |
A. | practical application of XOR linked lists are in environments with limited space requirements, such as embedded devices. |
B. | xor lists are not suitable because most garbage collectors will fail to work properly with classes or structures that don’t contain literal pointers |
C. | in order to calculate the address of the next node you need to remember the address of the previous node |
D. | xor lists are much efficient than single, doubly linked lists and arrays |
Answer» C. in order to calculate the address of the next node you need to remember the address of the previous node | |