单项选择题

有以下程序:
#include<stdio.h>
main()
{char X="A";
x=(x>="A"&&x<="Z")(x+32):x;
printf("%c\n", x);
}
程序的输出结果是______。

A..A
B..a
C..Z
D..z