Understanding One Dimensional Array in C Programming
What is Array? Some programs may need to handle same type of different number of data having same characteristics. In such situation, it will be easier to handle such data in Array, where same name is shared for all data with different subscripts. Array is a collection of similar data …