I tried to write code for longest palindromic substring in recursive way. But my code is not working. Can someone suggest what is wrong with the below code:
c