Home » C Programming » Functions » Question
  1. Which of the following macro extracts an argument from the variable argument list (ie ellipsis) and advance the pointer to the next argument?
    1. va_start
    2. va_end
    3. va_list
    4. va_arg
    5. None of these
Correct Option: D

va_arg



Your comments will be displayed only after manual approval.