二级二级C2006年4月全国计算机等级考试二级C语言笔试试卷
题目内容

若有定义:float x=1.5;int a=1,b=3,c=2;则正确的switch语句是

2024-07-09

A.switch(x)

B.switch((int)x);{case 1.0:printf("*\n"); {case 1:printf("*\n");case 2.0:printf("**\n");} case 2:printf("**\n");}

C.switch(a+b)

D.switch(a+b){case 1:printf("*\n");{case 1:printf("*\n");case 2+1:printf("**\n");}case c:printf("**\n");}

题目答案

试卷相关题目

最新试卷
热门试卷

长理培训客户端 资讯,试题,视频一手掌握

去 App Store 免费下载 iOS 客户端