C Programming - Variable Number of Arguments

Exercise : Variable Number of Arguments - True / False Questions
6.
va_list is an array that holds information needed by va_arg and va_end
True
False
Answer: Option
Explanation:
No answer description is available. Let's discuss.

7.
The macro va_start is used to initialise a pointer to the beginning of the list of fixed arguments.
True
False
Answer: Option
Explanation:
No answer description is available. Let's discuss.