What does the following code snippet do?node.next = node.next.next; - Study24x7
Social learning Network
2 followers study24x7 09 Jul 2024 01:37 PM study24x7 study24x7

What does the following code snippet do?
node.next = node.next.next;

A

Deletes the next node in the list

B

Inserts a new node after the current one

C

Swaps two nodes

D

Duplicates the next node

study24x7
Write a comment
Related Questions
500+   more Questions to answer
Most Related Articles