1.

What is the meaning of the following declaration?
int(*p[5])();

A. p is pointer to array of function
B. p is pointer to function
C. p is array of pointer to function
D. p is pointer to such function which return type is the array
E. None of these
Answer» D. p is pointer to such function which return type is the array


Discussion

No Comment Found

Related MCQs