C Programming - Variable Number of Arguments - Discussion

Discussion Forum : Variable Number of Arguments - True / False Questions (Q.No. 6)
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.
Discussion:
12 comments Page 2 of 2.

JOYDEEP BHAR said:   7 years ago
va_list is an array variable in which va_arg and va_end are merged to store the information.

Frenko Jha said:   5 years ago
va_list

This is a type suitable for holding information needed by the three macros va_start(), va_arg() and va_end().


Post your comments here:

Your comments will be displayed after verification.