单项选择题

以下程序的输出结果是______。 main() { int i: for(i='A';i<'i'; i++, i++) printf("%c",i+32): printf("\n"); }

A.acfg
B.bcfg
C.acef
D.aceg