What is array in C and how to use it?
Rate this page : |
[ 0 votes]
|
This simple code allows you to store group of elements as same data type in an array. Here,arr[10] is the array variable which stores 10 integer numbers. The sample c code is given below.