Sujet : Re: Named arguments in C
De : Keith.S.Thompson+u (at) *nospam* gmail.com (Keith Thompson)
Groupes : comp.lang.cDate : 02. Jul 2024, 23:01:57
Autres entêtes
Organisation : None to speak of
Message-ID : <87h6d7wizu.fsf@nosuchdomain.example.com>
References : 1 2 3 4 5 6 7
User-Agent : Gnus/5.13 (Gnus v5.13)
bart <
bc@freeuk.com> writes:
[...]
This addresses a small part of it. Named parameters allow arguments to
be omitted, and that requires also default values to be defined.
Probably, but not necessarily. The languages I'm familiar with that
support named parameters also support default values, but a language
could easily have one without the other. (I'm not saying that would be
a good idea.)
[...]
-- Keith Thompson (The_Other_Keith) Keith.S.Thompson+u@gmail.comvoid Void(void) { Void(); } /* The recursive call of the void */