vault backup: 2024-09-04 15:08:35
This commit is contained in:
parent
7b69c6a210
commit
1ae7a3a20e
@ -1,4 +1,8 @@
|
|||||||
# Strings
|
# Strings
|
||||||
A string literal is characters enclosed in double quotation marks.
|
A string literal is characters enclosed in double quotation marks.
|
||||||
|
|
||||||
A newline can be inserted using `\n`.
|
A newline can be inserted using `\n`.
|
||||||
|
|
||||||
|
## Integer
|
||||||
|
An integer is a way to store a whole number. In C, integers are signed by default.
|
||||||
|
## Float
|
Loading…
Reference in New Issue
Block a user