Arrays that store other arrays are called __________ arrays.An array is an example of a __________, which is a collection of related data items.You can declare an array and supply it with comma-separated values to immediately populate it with data. This is called an array:
A. declaration.
B. resize.
C. checklength
D. initializer.