0
Can anyone tellme what is bits and bytes and why storage is different for integer and other classes
storage classes
2 Réponses
0
Hello. Bits are the smallest unit to representate information. A Bit have only two values 'true' / 'false' or 1/0. One Byte = eight Bits. An integer normally have the size of 32 Bit or 4 Bytes. The size can be different. The different sizes are useful because every variable needs memory.
0
tnk u timo