Ask Question
11 February, 10:04

A variable of the data type arrays is storing 10 quantities. What is true about these quantities?

+1
Answers (1)
  1. 11 February, 10:16
    0
    They are of the same data type

    Explanation:

    An array is an indexed collection of data elements of the same type. An array is a set of data elements stored under the same name. Arrays can be created to hold any type of data, and each element can be individually assigned and read. The restriction of the same type is an important one, because arrays are stored in consecutive memory cells. Every cell must be the same type (and therefore, the same size).
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “A variable of the data type arrays is storing 10 quantities. What is true about these quantities? ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers