01-02-2010, 11:00 AM
In C, there are three types of characters: "char", "signed char", and "unsigned char". (The representation of the type "char" is either signed or unsigned). Note that this makes characters different than the other integer types as, for example, "short" is a synonym for "signed short".
Rule 10.5 states "if the bitwise operators ~ and
Rule 10.5 states "if the bitwise operators ~ and
<t></t>