arrays in C

  • Unique Paper ID: 142745
  • Volume: 2
  • Issue: 6
  • PageNo: 339-339
  • Abstract:
  • C programming language provides a data structure called the array, which can store a fixed-size sequential collection of elements of the same type. An array is used to store a collection of data, but it is often more useful to think of an array as a collection of variables of the same type. Arrays in C act to store related data under a single variable name with an index, also known as a subscript. It is easiest to think of an array as simply a list or ordered grouping for variables of the same type.

Cite This Article

  • ISSN: 2349-6002
  • Volume: 2
  • Issue: 6
  • PageNo: 339-339

arrays in C

Related Articles