Vidyalelo
Data Structure · Q60

Miscellaneous on Data Structures

Programming · Data Structure · question 60

Q60

Which data structure is used for representing a grid where elements can be accessed by both row and column indices?

A.
Linked List
B.
2D Array
Answer
C.
Hash Map
D.
Linked List

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board