I am new to programing.
I was wondering why are bytes 8 bits? why cant a byte be expanded to n bits instead of taking 8 bytes to make 64bit?
Thanks!
Sorry, my question was not phrased right. When windows writes a file, the smallest possible is a byte of 8 bits. Why can't it be more than that?
I assume char_bit is in memory process. the file written out will still be a byte of 8 bits, yes?