正确答案:
题目:C/C++语言中,存在对缓冲区、数组及指针进行辩解检查的机制,因此用C语言编写的程序一般不会发生缓存区溢出的事件。()
解析:答案:错误
查看原题
举一反三的答案和解析:
[单选题]非对称数字用户线ADSL是采用(37)调制通过双绞线向用户提供宽带业务、交互式数据业务和普通电话服务的接入技术,其上行速率为640Kb/s~1Mb/s,下行速率可达 1Mb/s~(38),有效传输距离为3~5km。ADSL接入互联网的两种方式是(39)。Cable Modem 又叫线缆调制解调器,它可以连接用户家中的PC机和(40)网络。Cale Modem的最高上行速率可达(41),下行速率则更高,彻底解决了由于声音/图像传输而引起的阻塞。
FDM
[单选题]By using(26), a 600M -byte music CD can be compressed to 50M bytes or less. It can be streamed(downloaded in chunks) so that you can begin listening to the opening bars while the(27)of the file arrives in the background. And, most important, the music files of this kind retain good listening(28) that earlier(29) schemes lacked. That(30) of features makes accessing and distributing music on the web practical for the first time.
MP3
[单选题]●有以下C程序:char fun(char x,char y)
7
解析:【解析】本题考查C语言以及函数调用等知识点。程序设计语言的基本成分(数据、运算、控制和传输、过程(函数)调用)等是基础知识,考生应该掌握。