Q159
Read the following expression? void (*ptr)(int);
A.
ptr is pointer to int that converts its type to void
B.
ptr is pointer to function passing int returning void
AnswerC.
ptr is pointer to void that converts its type to int
D.
ptr is pointer to function passing void returning int
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board