判断题
int i=20;
switch(i/10)
{
case 2: printf("A");
case 1: printf("B");
}
的输出结果为AB.
【参考答案】
正确
(↓↓↓ 点击‘点击查看答案’看答案解析 ↓↓↓)
点击查看答案&解析
