Question: What is the primary disadvantage of using an array for a dynamic list?
Options:
Correct Answer: Fixed size
Solution:
The primary disadvantage of using an array for a dynamic list is that it has a fixed size, which can lead to wasted space or overflow.