-
typedef int (*PFI)(char *, char *)creates ___________.
-
- type PFI, for pointer
- type PFI, function (of two char * arguments) returning int
- type PFI, for pointer to function (of two char * arguments) returning int
- error
- None of these
Correct Option: C
type PFI, for pointer to function (of two char * arguments) returning int