Is there a way to deallocate variables and/or objects created on the stack? I am specifically talking about the stack not the heap.
I do not want to debate whether this
Stack variables are deallocated when they go out of scope. That's it.