单项选择题

A.for(i=0;i<5;i++)a[i]=getchar()
B.for(i=0;i<5;i++)a[i]+=’a’
C.for(i=0;i<5;i++)printf("%f\n",a[i])
D.for(i=0;i<5;i++)scanf("%lf",A.