Pass 2 D array using Pointer

Not able to pass the 2-D array using Pointer.
https://ide.codingblocks.com/s/65539

@Khushboo Please Reply.

Hi Monika, pls change function definition to:

void move(int board[][1000],…) {

}

This will work now :slight_smile: