以下程序的执行结果是 ______。 #include<iostream.h> void main() { int x=5 y=2; cout<<! (y==x/2)<<","; cout<<(y!=x%3)<<","

admin2013-05-30  19

问题 以下程序的执行结果是 ______。
   #include<iostream.h>
   void main()
   {
   int x=5 y=2;
   cout<<!  (y==x/2)<<",";
   cout<<(y!=x%3)<<",";
   cout<<(x>0 && y<0=<<",";
   cout<<(x!=y||x>=y)<<endl;
   }

选项

答案0,0,0,1

解析
转载请注明原文地址:https://kaotiyun.com/show/RUNp777K
0

最新回复(0)