第3题: [填空题]下列程序的输出结果是【 】。
#inClude<iostream>
using namespace std;
int main( )
{
int i=5;
int &r=i;r=7;
cout<<i<<endl;
return0;
}
参考答案:G 答案解析:本题考核引用的概念和使用。C++的引用是一种赋值、发送和返回复杂数据结构的方法,应用这种方法,系统不需要负担额外的开销,节省内存空间。在程序中对引用的存取都是对它所引用的变量的存取。题中程序对i引用r
第33题: [单项选择]______ was a literary trend prevailing in England which expressed the ideology and sentiment of those classes who were discontent with the development of capitalism. A. Naturalism B. Romanticism C. Criticism D. Sentimentalism 参考答案:B 答案解析:本题考查英国文学流派。这个词起源于中世纪法语中的Romance(意思是“传奇”或“小说”)一词,“罗曼蒂克”一同也由此音译而来。浪漫主义是文艺的基本创作方法之一,与现实主义同为文学艺术上的两大主要思潮