vault backup: 2024-10-21 14:55:31
This commit is contained in:
parent
523f968027
commit
35b709d7ff
@ -49,7 +49,8 @@ int arr_size = sizeof(arr) / sizeof(arr[0]);
|
|||||||
```
|
```
|
||||||
|
|
||||||
# Pointers
|
# Pointers
|
||||||
|
`&` gives you the address of a variable
|
||||||
|
`*` gives you the value in memory that an address points to.
|
||||||
|
|
||||||
|
|
||||||
# Formatting specifiers
|
# Formatting specifiers
|
||||||
|
Loading…
Reference in New Issue
Block a user