black

登录

单项选择题

有如下程序:
  #include
  #include
  Using namespace std;
  int main(){
  int s[]={123, 234};
  cout<  for(int i=0; i<2; i++) { cout<  return 0;
  }
  运行时的输出结果是()

A.123     234
B.***123 234
C.***123 ***234
D.***123   234***

相关考题

单项选择题 有如下程序:   #include<iostream>   using namespace std;   class C1{   public:   ~C1(){ cout<<1; }   };   Class C2: public c1{   public:   ~c2(){ cout<<2; }   };   int main(){   C2 cb2;   C1 *cb1;   return 0;   }   运行时的输出结果是

单项选择题 软件详细设计产生的图如下: 该图是()

单项选择题 有三个关系R,S和T如下: 其中关系T由关系R和S通过某种操作得到,该操作为()

All Rights Reserved 版权所有©PP题库网库(pptiku.com)

备案号:湘ICP备14005140号-5

经营许可证号:湘B2-20140064