Vidyalelo
C Programming · Q190

Structure and Union

Programming · C Programming · question 190

Q190

typedef int (*PFI)(char *, char *)creates . . . . . . . .

A.
type PFI, for pointer to function (of two char * arguments) returning int
Answer
B.
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