From 1b0c079b52b14ffebf8248062e2a718ae6a64085 Mon Sep 17 00:00:00 2001 From: Jidong Xiao Date: Mon, 18 Sep 2023 23:45:49 -0400 Subject: [PATCH] fixing the image displaying issue --- lectures/06_memory/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lectures/06_memory/README.md b/lectures/06_memory/README.md index d1686d3..bbf55ac 100644 --- a/lectures/06_memory/README.md +++ b/lectures/06_memory/README.md @@ -52,7 +52,7 @@ delete q; - + - The expression *new int* asks the system for a new chunk of memory that is large enough to hold an integer and returns the address of that memory. Therefore, the statement @@ -416,4 +416,4 @@ c = &(a[3]); Write code to produce this diagram: -[alt text](memory_exercise.png "memory exercise") +![alt text](memory_exercise.png "memory exercise")