Q28
In C, what is a pointer to a function that takes no arguments and returns an integer?
A.
int (*ptr)();
AnswerB.
ptr int();
C.
int ptr();
D.
ptr() int;
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board