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
AnswerC.
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