单项选择题

下列程序的输出结果是_______。
main()
int i=3;
switch(i)
case1:
case 2:printf("%d",i)
case 3:
case 4:break;
default : printf("OK")

A.0
B.3
C.OK
D.没有任何输出
题目列表

你可能感兴趣的试题

微信扫码免费搜题