1.

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

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


Discussion

No Comment Found

Related MCQs