Variadic function: Difference between revisions

Content deleted Content added
Brand new stub
 
Dcoetzee (talk | contribs)
source of errors
Line 1:
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 language]]s. They are also an unfortunate source of errors because they are usually not [[strongly-typed]].
 
{{compu-stub}}