InterviewSolution
Saved Bookmarks
| 1. |
What are the advantages of arrays?(a) Objects of mixed data types can be stored(b) Elements in an array cannot be sorted(c) Index of first element of an array is 1(d) Easier to store elements of same data typeQuery is from Array and Array Operations topic in section Abstract Data Types of Data Structures & Algorithms II got this question in examination. |
|
Answer» Correct answer is (d) EASIER to STORE elements of same data type |
|