填空题 以下程序段的运行结果是______。 main() { char a=2,b=5; if(a&b)printf("YES"); else printf("NO"); }
  • 1、
【正确答案】 1、NO    
【答案解析】