N-Queen solver (Backtracking)


plzz…check my code
getting segmentation fault.

@Pramod123 after printing solution return true.
and you have wrongly declared board array it should be int board[10][10]={0} you have not given its row capacity.

thank u sir… it is resolved now…

1 Like