Arrays in C Programming – Study Material

0

Arrays in C Programming – Study Material

  Many applications require the processing of multiple data items that have common characteristics. In such a situation it is convenient to place such data items in an Array.

An array is a collection of similar data items that are stored under a common name. A value in an array is identified by index or subscript enclosed in square brackets with array name.

The individual data items can be integers, floating point numbers, characters and so, on, but they must be the same type and same storage class.

Arrays in C Programming – Study Material

Synopsis:

  • One – dimensional arrays.
  • Two – dimensional arrays.
  • Multi – dimensional arrays

One – dimensional arrays:

The collection of data can be stored under one variable I statement as well as loop statements name using only one subscript, such a variable is called the one-dimensional array.

Click Here for Pointer Study Material

Click Here for C Programming Language Study Material

Two dimensional array:

Two dimensional arrays are used in situation where a table of values need to be stored in an array.

Multidimensional Arrays:

Similarly, like one and two dimensional arrays, c language allows multidimensional arrays. The dimension with three or more called multi dimensional arrays.

PDF Download

TNEB TANGEDCO AE Basic Engineering Study Materials download

TNEB TANGEDCO AE Study Materials download

For All Latest Exam Syllabus    Click Here

For All Latest Exam Pattern     Click Here