单选题
下列程序段的输出结果是( )。
main()
for(int I=0;I<1;I+=1)
for(int j=2;j>0; j--)
printf("*");
A.** B.***
C.**** D.******
A
B
C
D
【正确答案】
A
【答案解析】
提交答案
关闭