Vidyalelo
C Programming · Q25

Function

Programming · C Programming · question 25

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
Answer
D.
Using the 'varargs' keyword

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board