Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

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.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 208523
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T17:50:00+00:00 2026-05-11T17:50:00+00:00

That’s all. Didn’t find any similar topic so bear with me it there is.

  • 0

That’s all. Didn’t find any similar topic so bear with me it there is.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-11T17:50:00+00:00Added an answer on May 11, 2026 at 5:50 pm

    From a copy of the ANSI C specification, see Section 3.1.2.5 – Types:

    An object declared as type char is
    large enough to store any member of
    the basic execution character set. If
    a member of the required source
    character set enumerated in $2.2.1 is
    stored in a char object, its value is
    guaranteed to be positive. If other
    quantities are stored in a char
    object, the behavior is
    implementation-defined: the values are
    treated as either signed or
    nonnegative integers.

    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

    A conforming implementation shall
    document all the limits specified in
    this section, which shall be specified
    in the headers <limits.h> and
    <float.h> .

    Sizes of integral types

    The values given below shall be
    replaced by constant expressions
    suitable for use in #if preprocessing
    directives. Their
    implementation-defined values shall be
    equal or greater in magnitude
    (absolute value) to those shown, with
    the same sign.

    • maximum number of bits for smallest
      object that is not a bit-field
      (byte)
      CHAR_BIT 8

    • minimum value for an object of type
      signed char
      SCHAR_MIN -127

    • maximum value for an object of type
      signed char
      SCHAR_MAX +127

    • maximum value for an object of type
      unsigned char
      UCHAR_MAX 255

    ….

    So there you have it – the number of bits in a char must be at least 8.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

That title is presumably awfully worded. I have some PostgreSQL tables. There is a
That's what I wanna achieve : There will be dll which contains only methods
That's about all I need to ask. Checked the PHP manual and saw a
That is, delete all files matching pattern within a given directory Example, Delete all
I'm parsing an RSS feed that has an &#8217; in it. SimpleXML turns this
That the razor syntax is neat, there's little arguing about. But i can't seem
I know there's a lot of other questions out there that deal with this
That's a simple question: is there an API to draw a B-tree in Java?
That is, is there an embedded R interpreter available?
That shows all work items having more completed hours than original estimate?

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.