1"stdarg.h" is a header in the C standard library of the C programming language
2that allows functions to accept an indefinite number of arguments. It
3provides facilities for stepping through a list of function arguments of
4unknown number and type. C++ provides this functionality in the header "cstdarg".