The correct response that defines the disadvantage of arrays is:
It is not possible to change the length or data types of arrays at runtime.
This is a key limitation of traditional arrays, as their size must be defined when they are created, and they cannot be resized dynamically during execution.