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

Discussion :: C++ - MCQs

  1. Which header file should you include if you are to develop a function that can accept variable number of arguments?
  2. A.
    varag.h
    B.
    stdlib.h
    C.
    stdio.h
    D.
    stdarg.h

    View Answer

    Workspace

    Answer : Option D

    Explanation :

    stdarg.h


Be The First To Comment