Content deleted Content added
Added C++0x and C# approach |
Windymager (talk | contribs) No edit summary |
||
Line 1:
NOTE: This article is about the cariadic function. For varargs.h library, go to [[varargs.h]]
In [[computer programming]], a '''variadic function''' is a [[function (programming)|function]] of variable [[arity]]; that is, one which can take different numbers of arguments. Support for variadic functions differs widely among [[programming language]]s.
|