单项选择题

已知程序如下: #include<stdio.h> main() { char ch=’A’; ch=(ch>=’A’&&ch<=’Z’) (ch+32):ch; printf("%c",ch); } 则程序的运行结果为______。

A.a
B.B
C.b
D.C