not getting output
Sudoku solver recursion
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