<<<
Floating-Point Numbers
Index
C++ variables
>>>
16. sizeof operator
C++ sizes are multiples of
char
:
size of
char
is 1
sizeof
(
bool
)
sizeof
(
int
)
sizeof
(
double
)
<<<
Floating-Point Numbers
Index
C++ variables
>>>