若有定义float x=1.5;int a=1,b=3,c=2;,则正确的switch语句是
题库:计算机等级考试
类型:最佳选择题
时间:2017-07-03 14:21:16
免费下载:《单项选择》Word试卷
若有定义float x=1.5;int a=1,b=3,c=2;,则正确的switch语句是
A.swimh(x)
B.case 1.0:printf("*");
C.case 2.0:printf("**");
D.switch((int)x);
E.case 1:printf("*");
F.case 2:printf("**");
G.switch(a+b)
H.case 1:pfintf("*");
I.case 2+1:pfintf("**");
J.switch(a-I-b)
K.case 1:pfintf("*");
L.case c:printf("**");
本题关键词:正确度,质量控制点确定原则,准确性原则,公正原则,地址确定,内部确定,确定决策,确定计划,确定目标,正定型;