m2skills

kth element from end ll output

Jan 30th, 2018
946
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. Program to print the kth element from the end of Linked List.
  2. 1-->2-->3-->4-->5-->6-->7-->8
  3. 3rd element from the end of the linked list is : 6
Add Comment
Please, Sign In to add comment