♦ C Arrays
♣ About C Arrays
Arrays are contiguous storage of variables of one particular type.In C there are various types of arrays, such as character array, integer array, float array, etc.
♣ Example1: Character Array in C
In this example, character arrays are defined in multiple ways. Example
Input:
Output:
♣ Example2: Integer Array in C
In this example, integer array is defined in multiple ways. Example
Input:
Output: