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

【正确答案】 A
【答案解析】