C and C++ Programming Resources

Custom Search

Arrays in C Programming

Posted on September 10th, 2008 87 Comments

What is an Array in C Language? An array in C Programing Language can be defined as number of memory locations, each of which can store the same data type and which can be references through the same variable name. An array is a collective name given to a group of similar quantities. These similar quantities could be percentage marks of 100 students, number of...
Read More | Make a Comment