A. a=1,b=1 B. a=2,b=2 C. a=2,b=1 D. a=1,b=0
A. 必须有break语句 B. 必须有default分支 C. 必须把default分支放在case分支后边 D. default分支可以有,也可以没有
A. this is 1 B. this is default C. this is 2 D. this is 0
A. 对 B. 错
A. 可以是任意类型 B. 可以为整型或实型 C. 只能为整型 D. 可以是整型或字符型
A. 只能为常量或常量表达式 B. 可为任何量或表达式 C. 只能为常量 D. 可为常量及表达式或有确定值的变量及表达式