Definition: Variadic applies to a function and means that it can take a varying number of parameters. The classic example of this is printf() in C and C++
Glossary:
A B C D E F G H I J K L M N O P Q R S T U V W X Y ZExamples:
I declared a variadic function for printing messages.

