This article directory:
0. Binary conversion
1.C Data types
2. Constant variables
3. Operators
4. Expressions
5. Format the input and output
back to top0. Binary conversionThe data stored in the computer, mainly in binary form exists, and our life is mainly used in the decimal (currency, counting, etc.), 60 binary, 30 binary and so on. In the computer world, machines do not understand the connotation of these binary expressions, and the binary system is not easy for programmers to read, so we need to understand the conversion of decimal number and binary number in the process of program development. and computers sometimes convert binary numbers to octal numbers or hexadecimal numbers, and we need to know.
Where the conversion of binary and decimal numbers is the focus
* Binary Conversion decimal
1.C Data types
2. Constant variables
3. Operators
4. Expressions
5. Format the input and output
"C Language Learning" 00