Page 1 of 1

What does this declaration say?

Posted: Wed Jul 13, 2022 7:54 pm
by answerhappygod
int (*(*y)())[2];
a) y is pointer to the function which returns pointer to integer array
b) y is pointer to the function which returns array of pointers
c) y is function which returns function pointer which in turn returns pointer to integer array
d) y is function which returns array of integers