题目内容
有以下程序:
#include<stdio.h>
main
{ int x=4,y;
do
{ y=x;
if(!y)printf("x");
else
printf("y"):
x--;
}while(x);
}
程序的输出结果是()。
查看答案
搜索结果不匹配?点我反馈