Q25
How can you declare a function in C that takes a variable number of arguments?
A.
Using the 'variable' keyword
B.
Using the 'args' keyword
C.
Using the '...' notation
AnswerD.
Using the 'varargs' keyword
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board