Arrays in C

As we stated earlier that the variables are the entities in ‘C’ which are used to hold data in memory. But the concept of variables does not solve the indeterminate number of values is to be stored and operated upon. In case of storing say 100 values, it is a very difficult task to store 100 different variable names with their values. Arrays are the solution to this problem. Arrays are nothing but a single name to a whole group of similar data. The position in terms of arrays is known as subscript. Each subscript must be expressed as a non-negative integer.

Arrays - OBJECTIVES

After going through this lesson you will be able in a position to

  • define AN ARRAY
  • process AN ARRAY
  • pass ARRAYS TO FUNCTIONS
  • process MULTIDEMNSIONAL ARRAYS AND STRINGS.

Arrays - Index

  • DEFINING AN ARRAY
  • PROCESSING AN ARRAY
  • PASSING ARRAYS TO FUNCTIONS
  • MULTIDIMENSIONAL ARRAYS
  • ARRAYS AND STRINGS
  • IMPORTANT QUESTIONS

Click here to Download complete study material of Arrays

Please comment on Arrays in C

0 Comments

Submit a Comment

Your email address will not be published. Required fields are marked *