About 9,580,000 results
Open links in new tab
  1. What is Array? - GeeksforGeeks

    Apr 12, 2025 · Array is a linear data structure where all elements are arranged sequentially. It is a collection of elements of same data type stored at contiguous memory locations. For simplicity, we can think of an array as a flight of stairs where on each step is …

  2. Array (data structure) - Wikipedia

    In computer science, an array is a data structure consisting of a collection of elements (values or variables), of same memory size, each identified by at least one array index or key, a collection of which may be a tuple, known as an index tuple.

  3. Array Definition - What is an Array? - TechTerms.com

    May 24, 2023 · An array is a data structure that contains a group of elements of the same data type and stores them together in contiguous memory locations. Computer programmers use arrays in their programs to organize sets of data in a way that can be easily sorted and searched.

  4. What is an Array? - W3Schools

    What is an Array? An array is a collection of values. The image below shows how we can think of an array named myFruits, with the values 'banana', 'apple', and 'orange' stored inside it.

  5. Arrays and lists What is an array? - BBC

    Therefore, an array is a data structure. Learn how to use arrays and lists in Bitesize KS3 Computer Science.

  6. What is an Array? A Complete Guide With Examples - Intellipaat

    Apr 9, 2025 · What is an Array? An array is a crucial data structure in computer programming that allows for the organized storage of multiple elements under a single variable name. These elements can be of the same data type, like integers or …

  7. What is an Array: Essential Concepts and Examples - The …

    Apr 9, 2025 · Arrays are data structures applied to store multiple elements in a single variable, making data management efficient. This blog explains arrays in detail, including types, applications, and real-world examples to help you grasp their importance in the programming world. Let’s dive in!

  8. Getting Started with Array Data Structure - GeeksforGeeks

    Feb 24, 2025 · Array is a collection of items of the same variable type that are stored at contiguous memory locations. It is one of the most popular and simple data structures used in programming. Array Index: In an array, elements are identified by …

  9. What is an Array? - Computer Hope

    Sep 12, 2023 · With programming, an array is a group of related data values (called elements) that are grouped. All the array elements must be the same data type. The examples below show how an array is defined and called in Perl and JavaScript. In some programming languages, an array is known as a list or vector.

  10. What is an Array? Understanding the Basics and Defining Array

    An array is a data structure that stores a fixed-size collection of elements such as integers or strings, sequentially in memory. Each element in the array is accessed using an index, starting from zero.

  11. Some results have been removed
Refresh