Normally, a function has a fixed number of arguments passed to it. But if you have used something like 'printf' or 'scanf' you will know that a variable number of arguments can be passed. This ability is defined by the use of ... (three periods). Here is an example.
Top | Master Index | Keywords | Functions |