Home / CSE MCQs / C-MCQs :: Discussion

Discussion :: C-MCQs

  1. Which of the following function declaration is illegal?
  2. A.
    int 1bhk(int);
    B.
    int 1bhk(int a);
    C.
    int 2bhk(int*, int []);
    D.
    All of the mentioned

    View Answer

    Workspace

    Answer : Option D

    Explanation :

    None.


Be The First To Comment