LINKED LIST - K APPEND - Doubt

I am getting 2 out 4 testcases wrong. Please check append_Last_k_Elements function in my code. https://ide.codingblocks.com/s/97740

hey @Bumblebee, when k>n, you have do k=k%n instead of return. I have made changes to your code only. Please check them here https://ide.codingblocks.com/s/97766