Examveda

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: Option A


This Question Belongs to C Program >> Standard Library Functions

Join The Discussion

Related Questions on Standard Library Functions