Q: If sizeof(char) == 1, doesn't that mean that CHAR_BIT is always 8? The one byte which is sizof(char) meets the C and C++ definition of a byte, which is the amount of memory required to store a character. It does not necessarily correspond to a machine byte. do you initialize a character as char = 'a'; and string string = "abc";
--- On Sun, 1/24/10, Jimmy Johnson <[email protected]> wrote:. [Non-text portions of this message have been removed]
