Question: What is the main disadvantage of using a stack for function call management?
Options:
Correct Answer: Limited size
Solution:
The main disadvantage of using a stack for function call management is its limited size, which can lead to stack overflow if too many function calls are made.