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
World Languages,
5 months ago
Computer Science,
5 months ago
English,
5 months ago
Hindi,
10 months ago
Business Studies,
1 year ago
Biology,
1 year ago