Home Segments Index Top Previous Next

Chapter 40:

How To Define Functions with a Variable Number of Arguments

Several popular functions take a variable number of arguments, such as printf, scanf, fprintf, and fscanf. This chapter explains how to define such functions.