Content deleted Content added
→In C: NULL is not a good sentinel |
Jens Meiert (talk | contribs) m Replaced dash by slash (“1936/1937”) |
||
Line 4:
In [[mathematics]] and in [[computer programming]], a '''variadic function''' is a [[function (programming)|function]] of indefinite [[arity]], i.e., one which accepts a variable number of [[argument (computer science)|argument]]s. Support for variadic functions differs widely among [[programming language]]s.
The term ''variadic'' is a [[neologism]], dating back to
==Overview==
|