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 means that once an array is created, its size is fixed and cannot be altered, which can be a limitation in scenarios where dynamic resizing is needed.