Multiple choice

What is/are the disadvantage(s) of Variables and Arrays?

  1. Their storage is temporary.

  2. They hardly handle large amount of data.

  3. They have storage permanent.

  4. Both (1) and (2)

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Variables and arrays are stored in volatile memory (temporary) and are not suitable for handling large, persistent datasets.