Examveda

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

A. ptr is pointer to function

B. ptr is array of pointer to function

C. ptr is pointer to such function which return type is array

D. ptr is pointer to array of function

Answer: Option B


Join The Discussion

Related Questions on Functions and Procedures in C plus plus