> What's the name of the temporary memory in c++?

What's the name of the temporary memory in c++?

Posted at: 2014-12-18 
Stack variables (AKA local variables within a function or inner scope) would be the closest thing to temporary memory. I've never heard the term 'temporary memory' applied to those though. Maybe the HW question is fishing for a different answer.

I suggest reading of this link. It might get you onto your way:

http://stackoverflow.com/questions/91098...