Home » C Programming » Typedef » Question
  1. typedef int (*PFI)(char *, char *)creates ___________.
    1. type PFI, for pointer
    2. type PFI, function (of two char * arguments) returning int
    3. type PFI, for pointer to function (of two char * arguments) returning int
    4. error
    5. None of these
Correct Option: C

type PFI, for pointer to function (of two char * arguments) returning int



Your comments will be displayed only after manual approval.