An array elements are always stored in ________ memory locations.
2023
An array elements are always stored in ________ memory locations.
- A.
Random
- B.
Contiguous
- C.
Non-contiguous
- D.
Scattered
Attempted by 1295 students.
Show answer & explanation
Correct answer: B
In an array, all elements are stored in contiguous (next or together in sequence) memory locations.