MCQOPTIONS
Saved Bookmarks
| 1. |
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 | |