m2skills

delete node pointer output

Jan 28th, 2018
295
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. Program to Delete a node from the Linked List.
  2. 1-->2-->3-->4-->5-->6-->7-->8
  3. Linked List after deleting the 3rd node is :
  4. 1-->2-->4-->5-->6-->7-->8
Add Comment
Please, Sign In to add comment