1.

What is the role of the given C function?

A. allows a function with variable arguments which used the va_start macro to return
B. retrieves the next argument in the parameter list
C. initializes ap variable to be used with the va_arg and va_start macros
D. returns the next additional argument as an expressionView Answer
Answer» B. retrieves the next argument in the parameter list


Discussion

No Comment Found