没有(),就没有社会主义,就没有社会主义的现代化,就没有中 * * 的伟大复兴。
A、民主
B、自由
C、公平
D、正义
参考答案:A
He is the only one of the students who _____ a winner of scholarship for three years.
A.is
B.are
C.have been
D.has been
下列程序中画线处应填入的语句是 class Base {public: void fun(){cout<<"Base of fun"<<end1:} }; class Derived:public Base { void fun() { _______//显示基类的成员函数fun cout<<"Derived of fun"<<end1; }};
A.fun();
B.Basfun();
C.Base∷fun();
D.Base- >fun();