条件分支:if、else 与 switch | C语言
本章覆盖:if / else if / else;嵌套分支;switch / case / default;break 与 fall-through;case 标签必须满足的常量表达式要求;条件表达式的可读性。
本章知识点
- if / else if / else
- 嵌套分支
- switch / case / default
- break 与 fall-through
- case 标签必须满足的常量表达式要求
- 条件表达式的可读性
本章覆盖:if / else if / else;嵌套分支;switch / case / default;break 与 fall-through;case 标签必须满足的常量表达式要求;条件表达式的可读性。