6. 

It is necessary to call the macro va_end if va_start is called in the function.

A. Yes
B. No

7. 

The macro va_arg is used to extract an argument from the fixed micro argument list and advance the pointer to the next argument.

A. Yes
B. No