The sizeof Operator
The sizeof operator gives the amount of storage required by an object. Sizeof is not a function.
Example:
sizeof(char)
sizeof('A')
Previous slide
Next slide
Back to first slide
View graphic version