1.

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

A. type va_arg(va_list ap, type)
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» B. type var_arg(va_list ap, type)


Discussion

No Comment Found