What are the properties of an array?

  • The type of an array is the data type of its elements
  • The location of an array is the location of its first element
  • The length of an array is the number of data elements in the array.
  • The size of the array is the length of the array times the size of the elements, but the size of the array is usually referred as the product of subscripts used.  

0 Comment "What are the properties of an array?"

Post a Comment