Examveda
Examveda

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

D. Using the 'varargs' keyword

Answer: Option C


This Question Belongs to C Program >> Function

Join The Discussion

Related Questions on Function