Q190
typedef int (*PFI)(char *, char *)creates . . . . . . . .
A.
type PFI, for pointer to function (of two char * arguments) returning int
AnswerB.
error
C.
type PFI, function (of two char * arguments) returning int
D.
type PFI, for pointer
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board