【单选题】
代码:#include#includestructFOO{void*buffer;FOO(void){buffer=malloc(1000);}~FOO(){free(buffer);}};intmain(){FOOfoo;std::listfoolist;foolist.push_back(foo);}以下正确的说法是:()
③
该程序运行结果未定义,因为调用malloc可能返回NULL。
④
该程序运行结果未定义,因为存在二次释放的缓冲区。
【单选题】
#include stdio.h语句的功能是()。
【判断题】
They will using computers next term.
【单选题】
Human beings are ( ) of using language.
【多选题】
The kinds of evidence include:
【单选题】
下列各选项,包含在iostream 头文件中,用来处理标准出错信息且存在缓冲区的对象是()。
【多选题】
The format of business letters include:
【判断题】
包含在using语句内的代码段在执行完毕后会自动关闭打开的数据流。
【单选题】
要进行文件的输出,除了包含头文件iostream外,还要包含头文件( )
【单选题】
要进行文件的输出,除了包含头文件iostream外,还要包含头文件( )