From 58c102348ef8f54780635a9808084c391746c16a Mon Sep 17 00:00:00 2001 From: eggy Date: Sun, 2 Oct 2022 16:42:18 -0400 Subject: [PATCH] ece150: add call stack --- docs/ce1/ece150.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/ce1/ece150.md b/docs/ce1/ece150.md index 81494cf..7ad8e28 100644 --- a/docs/ce1/ece150.md +++ b/docs/ce1/ece150.md @@ -1 +1,5 @@ # ECE 150: C++ + +## Call stack + +The call stack represents memory and variables are allocated space from bottom to top.