separate the three problems

This commit is contained in:
Jidong Xiao
2023-09-18 23:46:35 -04:00
parent 1b0c079b52
commit 15be49e536

View File

@@ -414,6 +414,6 @@ c[1] = b[1];
c = &(a[3]);
```
Write code to produce this diagram:
- Write code to produce this diagram:
![alt text](memory_exercise.png "memory exercise")