首页 > 外语类考试> 在职攻硕英语
题目内容 (请给出正确答案)
[单选题]

函数voidfree(void*memblock)函数的功能是()。

A.在主存储器中的动态存储区分配由memblock所指向的存储块

B.释放由指针变量memblock指明首地址的由malloc类库函数分配的存储块

C.在硬盘存储区分配由memblock所指向的存储块

D.没有任何功能

查看答案
答案
收藏
如果结果不匹配,请 联系老师 获取答案
您可能会需要:
您的账号:,可能还需要:
您的账号:
发送账号密码至手机
发送
安装优题宝APP,拍照搜题省时又省心!
更多“函数voidfree(void*memblock)函数的功能…”相关的问题
第1题
What will Ms. Burns soon receive in the mail?A.A useful videoB.An application formC.A memb

What will Ms. Burns soon receive in the mail?

A.A useful video

B.An application form

C.A membership card

D.A discount coupon

点击查看答案
第2题
According to the news item, the bomber was disguised asA.a member of UN officials.B.a memb

According to the news item, the bomber was disguised as

A.a member of UN officials.

B.a member of the security forces.

C.a member of Pakistan officials.

D.a civilian.

点击查看答案
第3题
以下列哪个是主程序函数的名称?() (A) define (B) include (C) main (D) void

以下列哪个是主程序函数的名称?( )

(A) define (B) include (C) main (D) void

点击查看答案
第4题
当一个函数无返回值时,定义它的类型应是()。 (A)void (B)任意类型 (C)无 (D)int

当一个函数无返回值时,定义它的类型应是( )。

(A)void (B)任意类型 (C)无 (D)int

点击查看答案
第5题
From the passage, we can infer that ______.A.all European nations are eager to become memb

From the passage, we can infer that ______.

A.all European nations are eager to become members of the European Monetary Union

B.there is much uncertainty for the success of the euro

C.the euro will make critical contributions to a unified European

D.it is not a wise idea to have the euro as a standard currency in such a hurry

点击查看答案
第6题
以下函数用来求出2个整数之和,并通过形参将结果传回。 void func(int x, int y,【 】z) {

以下函数用来求出2个整数之和,并通过形参将结果传回。 void func(int x, int y,【 】z) { *z=x+y; }

点击查看答案
第7题
A.Public schools are not the same throughout the United States.B.The school board memb

A.Public schools are not the same throughout the United States.

B.The school board members are not professional education.

C.The federal department is not the same as a department of education in many other countries.

D.The members of the school board serve without pay.

点击查看答案
第8题
下面函数的功能是把两个整数指针所指的存储单元中的内容进行交换。 void exchange(int *x, int *y) { int

下面函数的功能是把两个整数指针所指的存储单元中的内容进行交换。

void exchange(int *x, int *y)

{ int t;

t=*y;

*y =______;

*x=______;

}

点击查看答案
第9题
=1.在C++中把不返回任何类型的函数应该说明为()

A.int

B.char

C.void

D.double

点击查看答案
第10题
以下程序有语法性错误,有关错误原因的正确说法是( )。 main() { intG=5,k; void pn_char(); … k=prt_char(G); }

A.语句void prt_char();有错,它是函数调用语句,不能用void说明

B.变量名不能使用大写字母

C.函数说明和函数调用语句之间有矛盾

D.函数名不能使用下划线

点击查看答案
退出 登录/注册
发送账号至手机
密码将被重置
获取验证码
发送
温馨提示
该问题答案仅针对搜题卡用户开放,请点击购买搜题卡。
马上购买搜题卡
我已购买搜题卡, 登录账号 继续查看答案
重置密码
确认修改