C array is a variable, sequential presentation of similar data type in memory. In other word we can say C array is a collection of a similar data type used to store data of same data type.
Previous | Home | Next |
Array Representation in Memory
Passing Arrays as Function Arguments in C
How to use 2-D array with pointer in C
Arrays of Structures example program in C
Simple traversing program in 2-D array
Program to add two 2-D array and place the result in the third array
Previous | Home | Next |