Vidyalelo
C++ Programming · Q77

Pointers and References in C++

Programming · C++ Programming · question 77

Q77

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

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