单选题
在C语言中,若 int m=3,x =1;则执行语句 switch ( m){ case 3 : x + = 3; case 2 : x * = 2;}后,x的值是( )。
A、
2
B、
4
C、
6
D、
8
【正确答案】
D
【答案解析】
提交答案
关闭