typedef int (*PFI)(char *, char *)creates ___________
Posted: Wed Jul 13, 2022 7:54 pm
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
b) error
c) type PFI, function (of two char * arguments) returning int
d) type PFI, for pointer