Top

Discussion

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: A

No answer description available for this question.
 

No comment is present. Be the first to comment.
Loading…

Post your comment