Transcription: A statement that calls a function supplies a number of arguments with the function call operator. If the function is overloaded, all versions that can accept the supplied number of arguments are examined to determine which one best matches the call. These functions may have the same number of arguments as the call or more if the extra arguments have default values.