单项选择题

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

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