CS 70

Before You Start

  • LHS Cow speaking

    It's always good to have a bit of review of what we saw in previous lessons…

Local Variables and the Stack

Which of the following attributes of a (local) variable are explicitly stored in memory (on the stack) when a function runs?

But if the name and the type aren't stored in memory when the program runs, when are they used and by what? That's something we'll explore in this lesson!

(When logged in, completion status appears here.)