Most processors have a memory area called the stack.
C++ compilers typically use the processor stack for automatic variables but are not required to do so. One very common case is when a variable is kept in a processor register and never stored to memory.