问题 单项选择题

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

A.0

B.1

C.2

D.3

答案

参考答案:B

单项选择题
单项选择题