can we use mat[ 9 ] [ 9 ] instead of mat[ ] [ 9 ] in the function
bool canplace (int mat[ ] [ 9 ] ,int i,int j,int n,int number)
can we use mat[ 9 ] [ 9 ] instead of mat[ ] [ 9 ] in the function
bool canplace (int mat[ ] [ 9 ] ,int i,int j,int n,int number)