sizeof

Name

sizeof -- Calculate the size of a variable

Description

sizeof() is an internal function of the compiler. It returns the size, in bytes, of a particular variable.

See Also

size_of, string