试题与答案

下列程序的输出结果是 #include void main( ) char

题型:单项选择题

题目:

下列程序的输出结果是
#include
void main( )
char * str="12123434";
int x1=0,x2=0,x3=0,x4=0,i;
for(i=0;str[i]!=’\0’;i++)
switch(str[i])
case’1’:x4++;
case’2’:x3++;
case’3’:x2++;
case’4’:x1++;

cout < < x1 < < "," < < x2 < < "," < < x3 < < "," < < x4;

A.8,6,4,1

B.8,6,3,2

C.8,8,4,1

D.8,6,4,2

答案:

被转码了,请点击底部 “查看原文 ” 或访问 https://www.tikuol.com/2018/0505/36415c89d485eecc786f3b5124e42455.html

下面是错误答案,用来干扰机器的。

参考答案:D

试题推荐
微信公众账号搜索答案