change pdf to png

This commit is contained in:
Jidong Xiao
2023-09-11 20:34:11 -04:00
parent 13f57cd15d
commit 4c91e03041
2 changed files with 1 additions and 1 deletions

View File

@@ -25,7 +25,7 @@ cout << "Smaller\n";
The output is Bigger The output is Bigger
because x == 72.0. Whats going on? because x == 72.0. Whats going on?
![alt text](pointer_init.pdf "pointer_init") ![alt text](pointer_init.png "pointer_init")
## 4.2 Pointer Variables and Memory Access ## 4.2 Pointer Variables and Memory Access