vault backup: 2024-09-04 15:08:35
This commit is contained in:
@ -1,4 +1,8 @@
|
||||
# Strings
|
||||
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
|
Reference in New Issue
Block a user