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)
AnswerB.
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