Vidyalelo
C Programming · Q78

Standard Library Functions

Programming · C Programming · question 78

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
Answer
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

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board