The essence of C language (1): the number in the computer

1. Representation of numbers in the computer

1 Implementation of adder and multiplier

2 Conversion between different bases

3 Addition and subtraction of integers

4 floats

2. Data type

1 integer

2 floats

3 type conversion

3. Operators

1 bit operation

2 other operators

3 Side Effect与Sequence Point

4 Operator Summary

Guess you like

Origin blog.csdn.net/weixin_45264425/article/details/132321603