Correct Answer : Container that stores the elements of similar types
Explanation : The answer is c because 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.