[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
sizeof                   Size of Variable or Type (unary)

 sizeof(var)             size of variable (in bytes)
 var                     any variable or variable component (array element,
                         record field)
 sizeof(type)            size of type (in bytes)
 type                    any defined data type

    The sizeof operator returns the size of the specified variable or
    data type in bytes.  The resulting value is of type signed int, so if
    the size is greater than 32767 bytes, the value is negative.

This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson