What is the role of the given C function?
void va_end(va_list ap)
void va_end(va_list ap)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 expression
Answer: Option A

Join The Discussion