int matrix[2][2] = { }; А>void test(int *pM) А>{ А> printf("%d", pM[1][0]); // error C2109 А>}
void test(int **pM)