东北师范大学 / C程序设计
正确率:100%
int i=20; switch(i/10) {case 2:printf(“A”); case 1:printf(“B”);} 的输出结果为A。()
A.错误
B.正确
参考答案:
佳题速递: