I have a linked list like this as my input (1) -> (2) -> (3) -> (-3) -> (4) -> NULL And I wish to remove the consecutive nodes which have su
(1) -> (2) -> (3) -> (-3) -> (4) -> NULL