Palindrome of a Single Linked List ( All the test cases are not getting passed )

Please kindly go through the code that I have saved on the ide ( https://ide.codingblocks.com/s/126571 ) and debug it .
Thanks

Your start has reached null after storing values into stack.Start should be pointed to head if you want to use start pointer again.