it should be a github.io page

This commit is contained in:
Jidong Xiao
2023-09-11 21:15:28 -04:00
parent d56d1106dc
commit bd7d9ef494

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](../../animations/pointers/example1/index.html)
- play this [animation](https//jidongxiao.github.io/CSCI1200-DataStructures/animations/pointers/example1/index.html).
## 4.3 Defining Pointer Variables