Print lcs problem

no output is coming what i am doing wrong?
ide–>https://ide.codingblocks.com/s/192704

@mikkyimran
I have fixed your code. Please look into the changes and how I have calculated the LCS. i.e by back tracing the dp matrix.