testing image

This commit is contained in:
Jidong Xiao
2023-09-11 20:26:41 -04:00
parent 018346fc87
commit 77b1e8a7b7

View File

@@ -25,6 +25,8 @@ 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")
## 4.2 Pointer Variables and Memory Access ## 4.2 Pointer Variables and Memory Access
- x is an ordinary float, but p is a pointer that can hold the memory address of a float variable. The difference - x is an ordinary float, but p is a pointer that can hold the memory address of a float variable. The difference