Sudoku solver recursion

not getting output

hey @sam15jain, your base case is not correct. Moreover you are using % instead of / while calculating startcol and startrow, There are some other tiny mistakes too.

I have made these changes to your code, you can check them here