Stack
The stack can be used to store any kind of data so long as you know that
the last item put on the stack will be the first one you need to take off.
So – it might be addresses or it might be data, depending upon the order
in which you would need things.
Betty