K-append Linked list

only one test case is passing.

https://ide.codingblocks.com/s/425670 3 test cases not passing.

Your submission is showing 100% result, it was occurring cause of side cases which were if
k>n, k==n, or k=0
Which you have fixed.