设有以下程序片段,请问执行后的输出结果是( )。
char ch=.A.;
ch=(ch>=.a. && ch<=.z.)?ch:ch-.A.+.a.;
printf("%c" , ch);
A、A B、a C、Z D、z
出自:西安交通大学--程序设计综合训练学习指南