C Programming - Variable Number of Arguments - Discussion

Discussion Forum : Variable Number of Arguments - Yes / No Questions (Q.No. 4)
4.
Can we write a function that takes a variable argument list and passes the list to another function?
Yes
No
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
3 comments Page 1 of 1.

Anonymous said:   10 years ago
Using loops as well. We will loop till the end of var list. Then pass them to another one.

Venkatesh said:   1 decade ago
Main is a function. We declare some variables in this function and we can pass them to another function also. See the example of factorial function.

Akash said:   1 decade ago
Can anybody explain this?....please

Post your comments here:

Your comments will be displayed after verification.