CodesandTutorials
Next generation website theme is here (black, neon and white color) - Reduces eye strain and headache problems.
You are here - Home > Programming > C > Basics

Arrays


As in our daily life, we group similar objects in one unit. In same way in programming languages we use arrays to group or list similar data-type elements.

This chapter teaches you

  • What are arrays their declaration, initialisation, how to access and add elements into arrays.
  • How to pass one element of an array or entire array to the function.
  • Intialisation and using of multi-dimensional arrays.

Arrays


Tip Box

Arrays exist in almost every programming language like Pascal, BASIC, C++, Java, .Net etc.


Advertisement





Terms of Use | Privacy Policy | Contact Us | Advertise
CodesandTutorials © 2014 All Rights Reserved