[RESOLVED] A pointer to an array: int* p = arr; vs. int (*p2)[10] = &arr; ?

Printable View