show it as a question

This commit is contained in:
Jidong Xiao
2025-01-21 12:46:39 -05:00
committed by JamesFlare
parent f4232e8c1b
commit 8eba07df5d

View File

@@ -22,8 +22,9 @@ else
cout << "Smaller\n"; cout << "Smaller\n";
``` ```
The output is Bigger The output is ?
because x == 72.0. Whats going on? <!-- Bigger
because x == 72.0. Whats going on?-->
![alt text](pointer_init.png "pointer_init") ![alt text](pointer_init.png "pointer_init")