Vidyalelo
C Programming · Q215

Standard Library Functions

Programming · C Programming · question 215

Q215

Which macro retrieves the next argument in the parameter list of the function with type type?

A.
type va_arg(va_list ap, type)
Answer
B.
type var_arg(va_list ap, type)
C.
type v_arg(va_list ap, type)
D.
type val_arg(va_list ap, type)

Answer: Option A

Solution

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