About the meaning of 0x7fffffff

Source: Internet
Author: User
Can you calculate the 0x7fffffff?
Each hexadecimal number is 4bit, so 8-bit 16 is 4 bytes, just an int integer


The binary code for F is 1111
7 Binary code is 0111


As a result, the whole integer 0x7fffffff's binary representation is that except the first is 0, the rest is 1.
That is, this is the largest integer int (because the first digit is the sign bit, 0 indicates that he is a positive number)


You can override this value with the Int_max constant.




~0: Represents the minimum value.

~0U represents unsigned reshaping 0

~0 >> 1: Maximum value

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.