on the stack

This commit is contained in:
Jidong Xiao
2024-01-26 13:43:15 -05:00
parent 595bfe2f4e
commit 390e360b78

View File

@@ -125,7 +125,7 @@ delete q;
### 6.2.2 Exercise
In the following program, which variable is stored in the stack?
In the following program, which variable is stored on the stack?
```cpp
#include <iostream>