以下程序的输出结果是______。
Main()

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

B.1

C.2

D.3

正确答案是B