1.

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

A. type PFI, for pointer
B. type PFI, function (of two char * arguments) returning int
C. type PFI, for pointer to function (of two char * arguments) returning int
D. error
E. None of these
Answer» D. error


Discussion

No Comment Found