Home » C++ Programming » Introduction » Question
  1. How can you access the arguments that are manipulated in the function?
    1. arg_list
    2. va_list
    3. both arg_list & va_list
    4. All of above
    5. None of these
Correct Option: B

va_list



Your comments will be displayed only after manual approval.