首页
外语
计算机
考研
公务员
职业资格
财经
工程
司法
医学
专升本
自考
实用职业技能
登录
计算机
下面程序运行时输出结果为【 】。 #include<iostream.h> #include<malloc.h> class Rect { public: Rect(int1,int w)(length=1;width=w;) void P
下面程序运行时输出结果为【 】。 #include<iostream.h> #include<malloc.h> class Rect { public: Rect(int1,int w)(length=1;width=w;) void P
admin
2009-01-15
26
问题
下面程序运行时输出结果为【 】。
#include<iostream.h>
#include<malloc.h>
class Rect
{
public:
Rect(int1,int w)(length=1;width=w;)
void Print(){cout<<"Area:"<<length *width<<endl;)
void *operator new(size-t size){return malloc(size);}
void operator delete(void *p){free(p)
private:
int length,width;
};
void main()
{
Rect*p;
p=new Rect(5,4);
p->Print();
delete p;
}
选项
答案
Area:20
解析
转载请注明原文地址:https://kaotiyun.com/show/Vikp777K
本试题收录于:
二级C题库NCRE全国计算机二级分类
0
二级C
NCRE全国计算机二级
相关试题推荐
有以下程序:#include<stdio.h>main(){inti,j,x=0;for(i=0;i<2;i++){x++;for(j=0;j<=3;j++){if(j%2==0)continue;x++;}x++:}prin
有以下说明语句char*s="\"Name\\Address\n";指针s所指字符串的长度是
有以下程序:#include<stdio.h>#include<string.h>main(){chara[]="TEXT",*b="++",c[3]="1";printf("%d,%d,",strlen(a),sizeof(a));print
有以下程序:#include<stdio.h>main(){inta[4][4]={{1,4,3,2},{8,6,5,7},{3,7,2,5},{4,8,6,1}};inti,j,k,t;for(i=0;i<4;i++)for(j=
下列选项中不属于结构化程序设计原则的是()。
下列关于二叉树的叙述中,正确的是()。
在结构化方法中,软件功能属于软件开发中的()阶段。
使用VC++2010打开考生文件夹下modi1中的解决方案。此解决方案的项目中包含一个源程序文件modi1.C。在此程序中,函数fun()的功能是统计s所指一维数组中0的个数(存在变量zero中)和1的个数(存在变量one中),并输出结果。请改正函数fu
算法的有穷性是指()。
在具有2n个结点的完全二叉树中,叶子结点个数为
随机试题
教育的基本要素是教育者、受教育者和()。
阴虚火旺之汗证,宜选用阴虚为主,而火热不盛之汗证,宜选用
房地产经纪机构建立客户数据库时,应考虑的因素有()。
离差指标有()。
在证券投资中,通过随机选择足够数量的证券进行组合可以分散掉的风险是()。
A、 B、 C、 D、 B每行前两个图形外部小图形数之和等丁第三个图形的外部小图形数,前两个图形内部小图形数之差等于第三个图形的内部小图形数。所求图形外部应有3个小图形,内部应有1个小图形,排除C、D。从整体
对于继续犯,应当()。
DearSirorMadam,Manythanksforyourletter.Wearegladtohearthatyousawouradvertisementofsilkproducts,andappr
BorninNorthCarolinain1862,WilliamSidneyPorter,thismasterofshortstoriesismuchbetterknownunderhispenname"O.
Youmustmakeanapologytohim,becauseyoucan’t____________(为你粗鲁而愚蠢的行为辩护)
最新回复
(
0
)