home *** CD-ROM | disk | FTP | other *** search
- The sizeof 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, sizeof() returns the size of a pointer,
- not the object that is pointed to.
-