Consider you want to compare the prices of redmi , sony, samsung phones in three online sites like amazon,flipkart,ebay. Which array type is best suitable to do this comparision?
Answer options
A
one-dimensional array
B
three-dimensional arrays
C
two-dimensional arrays
D
To compare 3 mobile phones in 3 different online sites, 2-d arrays can be used.
Correct answer: two-dimensional arrays
Explanation
The source marks the correct answer as: two-dimensional arrays.