vault backup: 2024-09-25 15:06:35
This commit is contained in:
parent
ad57aa169e
commit
f240cfb9dc
@ -28,6 +28,7 @@ Integers are divided into two categories, signed, and unsigned.
|
|||||||
If the sign bit is zero, it's a positive value, and if it's 1, the value is negative.
|
If the sign bit is zero, it's a positive value, and if it's 1, the value is negative.
|
||||||
|
|
||||||
They cal be declared using `[short|long] [signed|unsigned] int`, resulting in 6 possible combinations
|
They cal be declared using `[short|long] [signed|unsigned] int`, resulting in 6 possible combinations
|
||||||
|
C99 adds a `long long` int
|
||||||
## Floats
|
## Floats
|
||||||
A float is a decimal value. Slower arithmetic and inexact values are both drawbacks of using floats.
|
A float is a decimal value. Slower arithmetic and inexact values are both drawbacks of using floats.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user