Multiple choice technology architecture Each array declaration need not give, implicitly or explicitly, the information about the name of array the data type of array the first data from the set to be stored the index set of the array Reveal answer Fill a bubble to check yourself C Correct answer Explanation Array declarations require the array's name, data type, and index set (bounds), but do not require specifying the actual data values. The first element's value is set later through assignment or initialization, not as part of the declaration itself.