Tech Mahindra Interview Question

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

Interview Answer

Anonymous

Jul 25, 2012

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