Not able to pass the 2-D array using Pointer.
https://ide.codingblocks.com/s/65539
Pass 2 D array using Pointer
Hi Monika, pls change function definition to:
void move(int board[][1000],…) {
…
}
This will work now
Hi Monika, pls change function definition to:
void move(int board[][1000],…) {
…
}
This will work now