Question: Which of the following is a disadvantage of using arrays?
Options:
Correct Answer: Fixed size
Solution:
Arrays have a fixed size, which can be a disadvantage when the number of elements is not known in advance.