It is not possible. A Byte is 8 bits, the largest possible 8 bit number is '11111111' which is only 255 (in normal decimal numbers).
One byte of information is … one byte … regardless of where it is stored.
As a 21 byte array of type char (including 1 byte for the null terminator).
byte
255
A single character, such as "a" is stored on a computer as a byte. A byte is combination of eight 1's and 0's, such as 11001001. Each 1 or 0 is called a bit.
byte
Of 10 bytes simply stored in the memory? YAWN...
255 is the largest decimal number. 1 byte (8 bits) can store 256 *values* (0-255).
3.27 x 10^4
8 bits or 2 nibbles. =D.A bit is a 1 or 0 in binary and is stored on your hard drive. Every bit of every byte of every megabyte of every gigabyte are 1s and 0s.
Data on a computer is stored in segments called bytes. Traditionally, 1 byte is equal to the amount of space used to encode 1 character of text. A kilobyte is 1000 (or 1024, depending on the standard being used) bytes.
Since 8 bits = 1 byte, the maximum value it could have can be found when all 8 bits are "turned on" or are 1's. 1111 1111 = 128 + 64 + 32 + 16 + 8 + 4 + 2 + 1 = 255