That’s all. Didn’t find any similar topic so bear with me it there is.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
From a copy of the ANSI C specification, see Section 3.1.2.5 – Types:
The concept of “execution character set” is introduced in Section 2.2.1 – Character sets.
In other words, a char has to be at least big enough to contain an encoding of at least the 95 different characters which make up the basic execution character set.
Now add to that the section 2.2.4.2 – Numerical limits
So there you have it – the number of bits in a char must be at least 8.