vault backup: 2024-10-21 14:55:31

This commit is contained in:
zleyyij 2024-10-21 14:55:31 -06:00
parent 523f968027
commit 35b709d7ff

View File

@ -49,7 +49,8 @@ int arr_size = sizeof(arr) / sizeof(arr[0]);
```
# Pointers
`&` gives you the address of a variable
`*` gives you the value in memory that an address points to.
# Formatting specifiers