1.

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

A. ptr is pointer to function.
B. ptr is pointer to array of function.
C. ptr is pointer to such function which return type is array.
D. ptr is pointer to array of function.
Answer» C. ptr is pointer to such function which return type is array.


Discussion

No Comment Found