Name some characteristics of Array Data Structure

Technology CommunityCategory: ArraysName some characteristics of Array Data Structure
VietMX Staff asked 3 years ago

Arrays are:

  • Finite (fixed-size) – An array is finite because it contains only limited number of elements.
  • Order -All the elements are stored one by one , in contiguous location of computer memory in a linear order and fashion
  • Homogenous – All the elements of an array are of same data types only and hence it is termed as collection of homogenous