testing image
This commit is contained in:
@@ -25,6 +25,8 @@ cout << "Smaller\n";
|
||||
The output is Bigger
|
||||
because x == 72.0. What’s going on?
|
||||
|
||||

|
||||
|
||||
## 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
|
||||
|
||||
Reference in New Issue
Block a user