mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-26 06:14:06 -06:00
226 B
226 B
| title | aliases | tags | |
|---|---|---|---|
| 09-intro-to-c-2 |
|
Variables
va memory[3]
*va memory[memory[3]]
**va memory[memory[memory[3]]]
* is known as dereferncing
** is known as double-dereferncing