Which of the following statements are valid in the case of arrays in studio?
a). Arrays can store multiple values of the same data type.
b). Arrays have a dynamic size structure.
c). The first element of an array has an index of 1.
d). Studio supports the same data types for arrays as it does for variables.