[二级C试题天天练]逻辑表达式
www.nanhushi.com 佚名 不详
逻辑表达式 以下程序运行后的输出结果是() Main() { int a,b,c; a=10;b=20;c=(a%b<1)||(a/b>1); printf(“%d%d%d\n”,a,b,c); }