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

Discussion :: C++ - MCQs

  1. What will initialize the list of arguments in stdarg.h header file?
  2. A.
    va_list
    B.
    va_start
    C.
    va_arg
    D.
    none of the mentioned

    View Answer

    Workspace

    Answer : Option B

    Explanation :

    va_start


Be The First To Comment