单选题
下面程序的输出结果是 ( )
main()
int y=9;
for(;y>0;y- -)
if (y%3==0)
printf(" % d",- -y);continue;
A、
741
B、
852
C、
963
D、
875421
【正确答案】
B
【答案解析】
提交答案
关闭