Page 1 of 1

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

Posted: Wed Jul 13, 2022 7:56 pm
by answerhappygod
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)