第9题: [单项选择]有以下程序
#include
#include
int fun(int n)
{ int *p;
p=(int*)malloc(sizeof(int));
*p=n; return*p;
}
main( )
{ int a:
a=fun(10);printf("%d/n",a+fun(10));
}
程序的运行结果是
A. 0 B. 10 C. 20 D. 出错 参考答案:C 答案解析:分配内存空间函数malloc的调用形式:(类型说明符*)malloc(size)。其功能是在内存的动态存储区中分配一块长度为“size”字节的连续区域,函数的返回值为该区域的首地址。“类型说明符”表示
第31题: [单项选择]下列标准中用于100Mbps快速以太网的标准是 ______。 A. 802.7 B. 802.8 C. 802.9 D. 802.3U 参考答案:D 答案解析:[知识点] 局域网应用技术 [评析] 802.7是对光纤传输技术的LAN制定的标准。 802.8是对时间片分隔环网制定的标准。 802.9是对等时以太网制定的标准。
第35题: [单项选择]Questions 19 to 22 are based on the conversation you have just heard. A. She’ll have to enroll herself again. B. She may pay for the fees later. C. She’ll have to pay more. D. She’ll have no place to live. 参考答案:A 答案解析:[听力原文] 19-22 W: Uh, Dad. Are you going to miss me when I leave for college M:Of course. But,
第36题: [单项选择]原发性肾病综合征的主要病因是() A. 遗传因素 B. 过敏因素 C. 免疫因素 D. 理化因素 E. 感染因素 参考答案:C