填空题

下面程序的结果为 【7】 。 #include<iostream.h> voidmain() { int a=1,b=2; bool c=1; if((a>b)||(c)cout <<"ture" <<end1; else cout <<"false" <<end1; }

【参考答案】

true