Question: What is the main disadvantage of using an array compared to a linked list?
Options:
Correct Answer: Arrays have a fixed size
Solution:
Arrays have a fixed size, which can be a limitation when the number of elements is not known in advance.