Posts

Showing posts from November, 2019

Arrays

Arrays are playing very important role in c programming. Those are widely using in many applications of programming. Array defined as it is a collection of similar data type elements. data types we discussed previously... Array is having two major parts taht is size and index Index is point where the particular data is occur. Size is total number of elements. But the most important thing is array start from zero index... Types of arrays are.... 1. Single index array - common array 2. Double index array - matrix array 3. Multi index array The above all divide  by  the index parameter