How can we describe an array in the best possible way? A. The Array is not a data structure B. Container that stores the elements of similar types C. The Array shows a hierarchical structure. D. Arrays are immutable. Answer Workspace Report Discuss Answer with explanation Answer: Option B Explanation The answer is a Container that stores the elements of similar types because the array stores the elements in a contiguous block of memory of similar types. Therefore, we can say that array is a container that stores the elements of similar types Workspace
Discuss about the question