Q. typedef int (*PFI)(char *, char *)creates ___________
β
Correct Answer: (D)
type PFI, for pointer to function (of two char * arguments) returning int
You must be Logged in to update hint/solution