mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-26 22:34:06 -06:00
vault backup: 2022-08-08 11:11:11
This commit is contained in:
parent
89758e28ae
commit
309a6dfede
20
content/notes/09-intro-to-c-2.md
Normal file
20
content/notes/09-intro-to-c-2.md
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
---
|
||||||
|
title: "09-intro-to-c-2"
|
||||||
|
aliases:
|
||||||
|
tags:
|
||||||
|
- cosc204
|
||||||
|
---
|
||||||
|
|
||||||
|
# Variables
|
||||||
|
|
||||||
|
```
|
||||||
|
va memory[3]
|
||||||
|
*va memory[memory[3]]
|
||||||
|
**va memory[memory[memory[3]]]
|
||||||
|
```
|
||||||
|
|
||||||
|
`*` is known as **dereferncing**
|
||||||
|
`**` is known as **double-dereferncing**
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Loading…
Reference in New Issue
Block a user