Home » C++ Programming » Introduction » Question
  1. What will initialize the list of arguments in stdarg.h header file?
    1. va_start
    2. va_arg
    3. va_list
    4. All of above
    5. None of these
Correct Option: A

va_start



Your comments will be displayed only after manual approval.