Page 1 of 1

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

Posted: Wed Jul 13, 2022 7:54 pm
by answerhappygod
a) type PFI, for pointer to function (of two char * arguments) returning int
b) error
c) type PFI, function (of two char * arguments) returning int
d) type PFI, for pointer