Q.

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» A. node.next inaccessible

View all MCQs in

Data Structures (DS)

Discussion

No comments yet