单项选择题

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

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