C Programming - Variable Number of Arguments - Discussion

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

Jai Shree Krishna said:   5 years ago
The macro va_start is used to initialize a pointer to the end of the list of fixed arguments.

Durgesh said:   8 years ago
Can anybody give example on va_start?

Suraj said:   8 years ago
Nice, thank you @Harika.

Harika said:   9 years ago
The macro va_list is used to initialise the pointer, not va_start. And also va_start is just used to point the first argument in the function data all.

Ajay said:   9 years ago
Can anyone tell me what is Macro in c programing?
And what is va_start?

Anil said:   1 decade ago
True for list of variable arguments, not for list of fixed argument.

Post your comments here:

Your comments will be displayed after verification.