单项选择题

若有如下程序:
main()
int a=6;char ch=c;
printf("%d\n",(a&2)&&(ch<'m'));
则程序运行后的输出结果是( )。

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