N queen hard not getting correct output for n>=6


is my code link

@Adarshrajpandey hey basically in N queen recursion is use which will not work for higher value of n ,therefore it is giving wrong answer.