单项选择题
A.nes char[strlen(aa)+1]
B.char[strlen(aa)+1]
C.char[strlen(aa)]
D.new char[sizeof(aa)-1]
单项选择题 有如下程序: #include #include Using namespace std; int main(){ int s[]={123, 234}; cout< for(int i=0; i<2; i++) { cout< return 0; } 运行时的输出结果是()
单项选择题 有如下程序: #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; } 运行时的输出结果是
单项选择题 软件详细设计产生的图如下: 该图是()