单选题 以下程序的输出结果是______。 main() { int i: for(i='A';i<'i'; i++, i++) printf("%c",i+32): printf("/n"); }
【正确答案】 D
【答案解析】