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")