adding the missing :

This commit is contained in:
Jidong Xiao
2023-09-11 21:16:24 -04:00
parent bd7d9ef494
commit aba206b97f

View File

@@ -44,7 +44,7 @@ memory location, and store 72 there. This writes the 72 in xs location.
Note: *p is an l-value in the above expression.
- play this [animation](https//jidongxiao.github.io/CSCI1200-DataStructures/animations/pointers/example1/index.html).
- play this [animation](https://jidongxiao.github.io/CSCI1200-DataStructures/animations/pointers/example1/index.html).
## 4.3 Defining Pointer Variables