Difference between char and unsigned char

Source: Internet
Author: User
Essential differences between char and unsigned char http://bbs.csdn.net/topics/270080484

The same memory: 10010000
The char * is interpreted as-112.
The unsigned char * is interpreted as 144.
If the same memory content is assigned to the integer value, the unsigned char type will still get 144, And the char type will be negative.


The real difference depends on your program. In some cases, both types are supported.


Add:
Char may be signed Char or unsigned char. It depends on your compiler.
Assume it is signed Char. If it is 8 bits, the value range is-128 .. 127.
The value range of unsigned char is 0 .. 255.

Difference between char and unsigned char

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.