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