Summary
We'll cover the following...
-
Everything we use in our program must be stored in memory
-
The stack is the primary place where our values are stored
-
The stack cannot hold Dynamically Sized Types
-
Strings are Dynamically Sized Types, and therefore we store references to them on the stack ...