From 390e360b7822d3ade8a8677f83ac1c54fa3dceff Mon Sep 17 00:00:00 2001 From: Jidong Xiao Date: Fri, 26 Jan 2024 13:43:15 -0500 Subject: [PATCH] on the stack --- lectures/06_memory/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lectures/06_memory/README.md b/lectures/06_memory/README.md index 8aba054..007dd3a 100644 --- a/lectures/06_memory/README.md +++ b/lectures/06_memory/README.md @@ -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