1. Computer Science Engineering (CSE)
  2. Data Structures (DS)
  3. What are the advantages of arrays?
Q.

What are the advantages of arrays?

A. Easier to store elements of same data type
B. Used to implement other data structures like stack and queue
C. Convenient way to represent matrices as a 2D array
D. All of the mentioned
Answer» D. All of the mentioned
View all MCQs in:   Data Structures (DS)

Discussion