Advantages of stack storage allocation strategy in compiler design?
Answers
Answered by
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
History,
4 months ago
Science,
4 months ago
Political Science,
4 months ago
Hindi,
8 months ago
Business Studies,
11 months ago
Biology,
11 months ago