Multiple Choice
Which of the following macro extracts an argument from the variable argument list (ie ellipsis) and advance the pointer to the next argument?
A) va_list
B) va_arg
C) va_end
D) va_start
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q23: The syntax of the scanf() is scanf("control
Q24: The standard header _ is used for
Q25: What is the use of symbol *
Q26: What happens when zero flag is used
Q27: What error is generated on placing an
Q29: What is the value of EOF?<br>A)-1<br>B)0<br>C)1<br>D)10
Q30: Which of the following doesn't require an
Q31: The maximum number of characters to be
Q32: The conversion characters d, i, o, u,
Q33: Which of the following represents the function