vault backup: 2024-09-30 14:53:49

This commit is contained in:
zleyyij 2024-09-30 14:53:49 -06:00
parent 0d914027e6
commit 948cbb3bce

View File

@ -32,6 +32,9 @@ 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.
## Characters
In C, a `char` denotes a single byte of arbitrary encoding.
## Variables ## Variables
A variable must be declared before it is assigned. A variable must be declared before it is assigned.