hello i need to pass a 2d array to a function, how do i make the function deceleration?
or
or other.
thanks
Code:
void printBoard(int board[][]);
Code:
void printBoard(int[][]);
thanks
Comment