Home / CSE MCQs / C++ - MCQs :: Discussion

Discussion :: C++ - MCQs

  1. Which header file is used to pass unknown number of arguments to function?
  2. A.
    stdlib.h
    B.
    string.h
    C.
    stdarg.h
    D.
    none of the mentioned

    View Answer

    Workspace

    Answer : Option C

    Explanation :

    Because the cstdarg defines this header file to process the unknown number of arguments.


Be The First To Comment