Variable length argument list in C,C++
#va_args
https://en.m.wikibooks.org/wiki/C_Programming/stdarg.h
  
  #va_args
https://en.m.wikibooks.org/wiki/C_Programming/stdarg.h
en.wikibooks.org
  
  C Programming/stdarg.h
  stdarg.h is a header that allows functions to accept an indefinite number of arguments.[1] It provides facilities for stepping through a list of function arguments of unknown number and type.