Where is the auto variables stored?

Where is the auto variables stored?


Auto variables can be stored anywhere, so long as recursion works. Practically, they’re stored on the stack. It is not necessary that always a stack exist. You could theoretically allocate function invocation records from the heap.

Comments

Popular posts from this blog

Agile Method Advantages and Disadvantages