Monday, July 11, 2011

variable size of

Variables of type char occupy 1 bytes

Variables of type short occupy 2 bytes

Variables of type int occupy 4 bytes

Variables of type long occupy 4 bytes

Variables of type float occupy 4 byte

Variables of type double occupy 8 bytes

Variables of type long double occupy 12 bytes

Variables of type long double provide 18 decimal digits precision.

No comments:

Post a Comment