Basic data types for C languages

Source: Internet
Author: User

The program is inseparable from the data, there are two basic data types in C: integer type, floating-point type. For computers, the difference is in how they are stored.

1, Integer type

An integer type is a number that has no fractional part, such as 2,-23, 2345 are integers, 3.14, 0.22, and 2.00 are not integers. Integers are stored in a binary way on the computer. For example, in a 8-bit byte, the integer 7 is stored as

0 0 0 0 0 1 1 1

int type:

Long int type

Long Long int type

unsigned int type

unsigned long int type

unsigned long long int type

Basic data types for C languages

Related Article

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.