Tag: Array Types

  • Types of Array

    An array in computer programming is a data structure that consists of a collection of elements or data items of the same type, stored in contiguous memory locations. It allows for the organization and manipulation of data in a systematic and linear way. There are 2 types of array. Arrays are commonly used to store…