单项选择题
有以下类定义:
class A
char*a;
public:
A( ):a(0)
A(char*a
A.//把aa所指字符串复制到a所指的存储空间
a=______;
strcpy(a,aA) ;
~A( )delete[ ]a;
;
画线处应填写的表达式是A) new char[strlen(aA)+1]
B.char[st
C.char[
D.ne
点击查看答案&解析
<上一题
目录
下一题>
热门
试题
单项选择题
软件详细设计产生的图如下,该图是
A.N-S图
B.PAD图
C.程序流程图
D.E-R图
点击查看答案&解析
相关试题
有如下程序: #include<iostream> usi...
有如下程序: #include<iostream> usi...
有如下程序: #include<iostreanl> us...
有如下程序: #include<iostream> usi...
有如下程序: #include<iostream> #i...