计算机二级考试大纲目录:C语言程序设计
计算机二级考试大纲:C语言程序设计第四章:选择结构程序设计
1. 用 if 语句实现选择结构。
2. 用 switch 语句实现多分支选择结构。
3. 选择结构的嵌套。