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.