Vidyalelo
C Programming · Q141

File Input Output

Programming · C Programming · question 141

Q141

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
Answer
C.
va_end
D.
va_start

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board