Introduction - If you have any usage issues, please Google them yourself
We in the C programming language will encounter some function of the variable number of arguments, such as printf () function, which is defined like this:
int printf (const char* format, ...)
It is in addition to a fixed parameter format outside, followed by the number and type of parameters is variable, for example, we can have the following different calling method: