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

Discussion :: C++ - MCQs

  1. How can you access the arguments that are manipulated in the function?
  2. A.
    va_list
    B.
    arg_list
    C.
    both a & b
    D.
    none of the mentioned

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    va_list


Be The First To Comment