Home » C Programming » Functions » Question
  1. Each call of va_arg _______.
    1. Returns multiple argument
    2. Returns one argument
    3. Steps va_list variable to the next
    4. Returns one argument & Steps va_list variable to the next
    5. None of these
Correct Option: D

Returns one argument & Steps va_list variable to the next



Your comments will be displayed only after manual approval.