home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH03 / A03151.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-11-29  |  167.4 KB  |  1 channel  |  11,025 sample rate  |  15 seconds
Transcription: The type of a function is a combination of the types of its arguments and its return type. Here, the type of birthday is function taking arguments of type char star and int and returning a value of type int.