1.

ALLOWS_A_FUNCTION_WITH_VARIABLE_ARGUMENTS_WHICH_USED_THE_VA_START_MACRO_TO_RETURN?$

A. retrieves the next argument in the parameter list
B. initializes ap variable to be used with the va_arg and va_start macros
C. returns the next additional argument as an expression
Answer» C. returns the next additional argument as an expression


Discussion

No Comment Found