Vidyalelo
C Programming · Q216

Standard Library Functions

Programming · C Programming · question 216

Q216

Which header file should be included if a function has to be defined such that it can accept variable number of arguments?

A.
stdlib.h
B.
stdarg.h
Answer
C.
assert.h
D.
setjmp.h

Answer: Option B

Solution

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