C Programming - Variable Number of Arguments - Discussion

Discussion Forum : Variable Number of Arguments - True / False Questions (Q.No. 1)
1.
The macro va_arg is used to extract an argument from the variable argument list and advance the pointer to the next argument.
True
False
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
3 comments Page 1 of 1.

Anju said:   7 years ago
This one is a var_arg advancing of the next variable pointer.
Like var-arg (int *a, int b).

Leo said:   9 years ago
Please, I need to know how?

Vipin Rai P said:   10 years ago
Anybody explain this please?

Post your comments here:

Your comments will be displayed after verification.