6. 

va_list is an array that holds information needed by va_arg and va_end

A. True
B. False

7. 

The macro va_start is used to initialise a pointer to the beginning of the list of fixed arguments.

A. True
B. False