MCQOPTIONS
Saved Bookmarks
| 1. |
string p = "HELLO";7.typedef int (*PFI)(char *, char *)creates ___________ |
| 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 |
| Answer» B. error | |