Tech Mahindra interview question

how to define pointer to a 2d Array in C?

Interview Answer

Anonymous

25 July 2012

int (*p)[2][2];