[单选题]

下面程序的输出结果是_____。 main() { char str[10],c='a'; int i=0; for (;i<5;i++) str[i]=c++; printf("%s",str); }

A.abcde

B.a

C.不确定

D.bcdef

参考答案与解析: