Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Per the C standard `sizeof(char)` is always 1, regardless of how many bits it has.
 help



because it's the unit of addressable memory that C is concerned by with sizeof, otherwise its values still depend on CHAR_BIT



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: