精选优质文档-倾情为你奉上1.以下不能正确进行字符串赋初值的语句是()。A.charstr5=“good!”B.charstr=“good!”C.char*str=“good!”D.charstr5=g,o,o,d答案:A2.如果定义了一个类myclass,则为myclass类对象以成员函数形式重载后运算符的声明应该为()。A.myclassoperator+()B.myclass& operator+()C.myclassoperatorint+(int)D.myclass& operator+(int)答案:C3.下列语句分别是不同程序中的第一个输入输出语句,若去掉其中的“left”,输出效果将发生变化的是()。A.coutleftsetfill(*)357B.coutleftsetw(5)357C.coutleftsetw(5)“ABCDE”D.coutleft“ABCDE”答案:B4.在每个C+程序中都必须包含有这样一个函数,该函数的名称为()。A.mainB.