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.