fixing the image displaying issue

This commit is contained in:
Jidong Xiao
2023-09-18 23:45:49 -04:00
parent 658fcee274
commit 1b0c079b52

View File

@@ -52,7 +52,7 @@ delete q;
</tr> </tr>
</table> </table>
<!--[alt text](heap.png "heap")--> <!--![alt text](heap.png "heap")-->
- The expression *new int* asks the system for a new chunk of memory that is large enough to hold an integer - 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 and returns the address of that memory. Therefore, the statement
@@ -416,4 +416,4 @@ c = &(a[3]);
Write code to produce this diagram: Write code to produce this diagram:
[alt text](memory_exercise.png "memory exercise") ![alt text](memory_exercise.png "memory exercise")