C Programming - Variable Number of Arguments

Exercise : Variable Number of Arguments - Yes / No Questions
6.
It is necessary to call the macro va_end if va_start is called in the function.
Yes
No
Answer: Option
Explanation:
No answer description is available. Let's discuss.

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.
Yes
No
Answer: Option
Explanation:
No answer description is available. Let's discuss.