Named and Optional Arguments C Programming Guide ...
Named and Optional Arguments (C Programming Guide) 07/20/2015; 8 minutes to read +10; In this article. C 4 introduces named and optional arguments. Named arguments enable you to specify an argument for a particular parameter by associating the argument with the parameter's name rather than with the parameter's position in the parameter arguments enable you to omit arguments …