Courses

C Programming(C 程序设计)

2025 Fall Undergraduate

Schedule

Course Topics

ChapterTopicMaterials
01Getting Ready初识C语言
02Introducing CC语言概述
03Data and C数据和C
04Character Strings and Formatted Input/Output字符串和格式化输入输出
05Operators, Expressions, and Statements运算符、表达式和语句
06C Control Statements: LoopingC控制语句:循环
07C Control Statements: Branching and JumpsC控制语句:分支和跳转
09Functions函数
10Arrays and Pointers数组和指针
11Character Strings and String Functions字符串和字符串函数
13File Input/Output文件输入输出
14Structures and Other Data Forms结构和其它数据形式
16The C Preprocessor and the C LibraryC预处理器和C库
17Advanced Data Representation高级数据表示