C pointer to array

int(*ptr)[5];

ptr is pointer to such array of size of five which keeps address of integer.

No comments: