what is stdarg h used for

Solutions on MaxInterview for what is stdarg h used for by the best coders in the world

showing results for - "what is stdarg h used for"
Hafsa
20 Jan 2017
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".
similar questions
queries leading to this page
what is stdarg h used for