题目内容
下列程序的输出结果是 __________ 。#include int main( ){int a=10,b=11,c=12;switch(a){case 10:b++;case 11:c--;break;case 12:b++;c++;}printf("b=%d, c=%d\n", b, c);return 0;}
查看答案
搜索结果不匹配?点我反馈