Home / CSE MCQs / C-MCQs :: Discussion

Discussion :: C-MCQs

  1. typedef int (*PFI)(char *, char *)creates:
  2. 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

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    None.


Be The First To Comment