填空题

以下程序段的运行结果是______。 main() { char a=2,b=5; if(a&b)printf("YES"); else printf("NO"); }

【参考答案】

NO