C Programming - Variable Number of Arguments

1.
Which header file should you include, if you are going to develop a function, which can accept variable number of arguments?
varagrg.h
stdlib.h
stdio.h
stdarg.h
Answer: Option
Explanation:
No answer description is available. Let's discuss.