home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH04 / A04201.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-11-18  |  193.1 KB  |  1 channel  |  11,025 sample rate  |  18 seconds
Transcription: You can pass a pointer to the argument. Here, the argument of function f is a pointer to an integer. Notice that the address of i is passed in the calling statement and that the dereference operator is used in the function to access the contents of that address.