These are functions which accept a variable number of arguments. printfand scanf are variadic functions. These functions are most useful if we do not know how many values will be passed to the function at compile time.
Resources
Here are some resources we recommend for you to use along with this lesson: