• Courses
  • Tutorials
  • Practice
  • Contests
Switch to Dark Mode

DSA Tutorial - Array: Question 4

Last Updated : Feb 4, 2025
Discuss
Comments

How are arrays stored in memory?

A

Each element is stored at a random memory location.

B

All elements are stored in a contiguous block of memory.

C

Arrays are stored in reverse order.

D

Elements are dynamically linked to the next element in memory.

Tags:
Share your thoughts in the comments