单项选择题

以下程序的输出结果是( )。
main()
int x=0.5;char z=’a’;
printf("%d\n",(x&1)&&(z<’z’));

A.0
B.1
C.2
D.3