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 1 of 2.

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().

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.

Hema said:   10 years ago
Va-list is a function that operates on objects with the help of va-start and va-arg and va-end.

Sai said:   10 years ago
How it is possible?

Mehul said:   10 years ago
va_list is char * pointer, its pointing to v_start and va_arg,

Kokila said:   10 years ago
What is va-list?

Ravi said:   1 decade ago
But va_list is a macro.

Anusha said:   1 decade ago
Explain variable number of arguments?

Anu said:   1 decade ago
What is va_list please explain clearly?

@pawan said:   1 decade ago
va_list is an array that holds information needed by va_arg and va_end


Post your comments here:

Your comments will be displayed after verification.