Which header file includes a function for variable number of arguments?
(a) stdlib.h
(b) stdarg.h
(c) ctype.h
(d) both stdlib.h and stdarg.h
The question was posed to me in an interview for internship.
This question is from Variable Length Argument topic in division Input and Output in C of C