Vidyalelo
C++ Programming · Q144

Functions and Procedures in C++

Programming · C++ Programming · question 144

Q144

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
Answer
C.
ptr is pointer to such function which return type is array
D.
ptr is pointer to array of function

Answer: Option B

Solution

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