Kth node from end in a linked list

solution link: https://ide.codingblocks.com/s/292739

it does not show any output for the function call KFromLast and shows segmentation fault when i run it in ide

@1799sanya you are not updating the value of jump or k in this loop, so it will go in an infinite loop
image