Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Peng Xiao committed Aug 18, 2021
1 parent 29e929a commit 8d1bb86
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ch18-pointers-and-objects/variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ int x = 1234;
- 把 1234 存入到这块内存空间
- x 指向这块内存空间的地址

![](./image/c-x1.PNG")

```
y = x;
```
Expand Down

0 comments on commit 8d1bb86

Please sign in to comment.