
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Borland C++ 2.x ( with Turbo C ) - <b>sizeof size of variable or type (unary)</b>
[<<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 or object in bytes. The resulting value is of type
signed int, so if the size is greater than 32767 bytes, the value
is negative.
Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson