Which of the following defines the disadvantage of arrays?(1 point)

Responses

It is difficult to access the values in between.
It is difficult to access the values in between.

Adding new values make the structure complex.
Adding new values make the structure complex.

Arrays are dynamic; therefore, they consume more memory when they are to be created.
Arrays are dynamic; therefore, they consume more memory when they are to be created.

It is not possible to change the length or data types of arrays at runtime.

It is not possible to change the length or data types of arrays at runtime.