Cards (6)

  • An array is a collection of elements of the same data type, stored in contiguous memory locations.
  • An array is a collection of elements of the same data type, stored in contiguous memory locations.
  • An array is a collection of elements of the same data type, stored in contiguous memory locations.
  • Array type:
    • One-dimensional data_type array_name[size];
    • Two-dimensional data_type array_name[rsize][csize];
  • Array type:
    • One-dimensional data_type array_name[size];
    • Two-dimensional data_type array_name[rsize][csize];
  • This is an example of?
    Array