

MCQOPTIONS
Saved Bookmarks
1. |
node.next -> node.next.next; will make |
A. | node.next inaccessible |
B. | node.next.next inaccessible |
C. | this node inaccessible |
D. | none of the above |
Answer» B. node.next.next inaccessible | |