Home / CSE MCQs / C-MCQs :: Discussion

Discussion :: C-MCQs

  1. Which of the following is a correct format for declaration of function?
  2. A.
    return-type function-name(argument type);
    B.
    return-type function-name(argument type) {}
    C.
    return-type (argument type)function-name;
    D.
    Both (a) and (b)

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    None.


Be The First To Comment