Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Zortech C++ Language Reference - sizeof http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
   sizeof

   The sizeof operator yields the size,  in bytes,  of its operand.  When
   applied  to an array,  the result is the total number of bytes in  the
   array.  Sizeof  may also be applied to a parenthesized type  name,  in
   which case it yields the size, in bytes, of an object of the indicated
   type.


Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson