1.

Which of the following statements are true ?i) practical application of XOR linked lists are in environments with limited space requirements, such as embedded devices.ii)xor lists are not suitable because most garbage collectors will fail to work properly with classes or structures that don't contain literal pointersiii)in order to calculate the address of the next node you need to remember the address of the previous nodeiv)xor lists are much efficient than single, doubly linked lists and arrays

A. i, ii, iii, iv
B. i, ii, iii
C. i, ii
D. i
Answer» C. i, ii


Discussion

No Comment Found