Arrays
摘要
In this chapter, we explain arrays in C programming. Arrays can be considered a group of variables belonging to the same data type, and these variables are placed in a sequential manner in memory. Arrays can be used to keep some records. For instance, midterm and final marks of students for a course kept in an array.