Discuss it!
This is an array of pointers int *p[10]; This is a pointer to a 10 element array int (*p)[10];