home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH03 / A030941.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-11-29  |  256.5 KB  |  1 channel  |  11,025 sample rate  |  23 seconds
Transcription: The SIZE OF operator returns the size or storage requirement of its argument. The return value is an integer and the size of a character is always 1. The argument can be the identifier of an object or a type keyword enclosed in parentheses. Note that if the argument is a pointer, SIZE OF returns the size of a pointer, not the object that is pointed to.