错误:搜索内容不能为空,请输入英文关键词
错误:关键词超出字数限制,请精简
高级检索

Arrays

  • Orhan Gazi

摘要

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.