第5章选择结构程序设计 5.1关系运算符和关系表达式 5.2逻辑运算符和逻辑表达式 5.3if语句 5.4 switch语句 5.5程序举例
文件格式: PPT大小: 365.5KB页数: 37
知识点回顾 1运算符与表达式: 算术运算符 用于各类数值运算。包括加(+)、减(-)、乘(*)、除(、求余(或称模运算,%)、自增(++)、自减(--)共七种
文件格式: PPT大小: 78.5KB页数: 4
典型考题 [例2]以下程序的输出结果是C 10 9 (2002年4月考题) 8 765 inta=1234;
文件格式: PPT大小: 151KB页数: 7
第十一章结构体与共用体 11.1结构体 结构体是一种构造数据类型。 用途:把不同类型的数据组合成一整----自定义数据类型
文件格式: PPT大小: 485KB页数: 30
The C Programming Language Chapter Functions Chapter 8 Functions Overview Function Definition The Return Statement Arguments---Call By value Function Invocation Nested invocation and Recursion Arrays as parameters Storage classes of variables
文件格式: PPT大小: 670KB页数: 41
Chapter Arrays Chapter 7 Arrays √ derived type; √ set of homogeneous elements; vcan be thought of as a simple variable with an index, or subscript, added. One-dimensional Arrays Two-dimensional Arrays Character Arrays
文件格式: PPT大小: 772KB页数: 33
The C Programming Language Chapter 5 Control Flow 5.1 Overview of c statements C statements: using a semicolon\ as a statement terminator Kinds of c statements
文件格式: PPT大小: 597.5KB页数: 36










