0
how much is 4 bytes?or what does it literally mean?
does this mean the space the digits take or anything else?
4 Respuestas
+ 8
Extending Karl's answer:
A bit is one digit in binary. So 0 or 1.
And example of a byte is: 01000010 (there are 8 bits in a byte)
+ 6
4 bytes you mean? 4 bytes data type are 4*8 = 32 bits long, meaning that they require 32 bits in memory for encoding.
+ 5
@Aatish Yep.
+ 1
okay got it... it means 32 dgits (bits) in 4 bytes?