Jump to content

Variadic function

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Fubar Obfusco (talk | contribs) at 17:30, 6 March 2005 (Brand new stub). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

In computer programming, a variadic function is a function of variable arity; that is, one which can take different numbers of arguments. Support for variadic functions differs widely among programming languages.