Q78
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
AnswerB.
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
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board