Vidyalelo
C Programming · Q208

Pointer

Programming · C Programming · question 208

Q208

What does this declaration say? int (*(*y)())[2];

A.
y is pointer to the function which returns pointer to integer array
Answer
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

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board