Examveda

What is the role of the given C function?
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


This Question Belongs to C Program >> Standard Library Functions

Join The Discussion

Related Questions on Standard Library Functions