Computer Science, asked by preethi29padidhala, 8 months ago

Advantages of stack storage allocation strategy in compiler design?

Answers

Answered by dhurv20
0

Answer:

when a function is called the local variables are stored in stack and it is automatically destroyed once returned . A stack is used when a variable is not used outside that function . It allows you to control how memory is allocated and deallocated .Stack automatically cleans up the object.

Similar questions