C Programming Arrays Basic

C Programming Arrays Introduction In the previous chapter's we have learn't variables are used for the storage of the data. Variables are the one of the building block in C Programming. So far we were using the single variable name for storing one data item. If we need to store the multiple copies of the same data then it is very difficult for the user. Thoughtful Example of Array Suppose we have to store the roll numbers of the 100 students the we [...]