Which of the following is the best title for the passage?
A. A Winner’s Secret.
B. A Winner’s Problem.
C. A Winner’s Opportunity.
D. A Winner’s Achievement.
第1题:
A. followed,followed
B. followed,following
C. following,followed
D. following,following
第2题:
请将下面的程序补充完整,使得程序输出“飘是张娜的书”。
include
using namespace std
class Book{
public:
Book(char*str)|strcpy(title,str);
______void Printlnfo(){cout<<title<<endl;}
protected:
char title[50];
};
class MyBook:public Book{
public:
MyBook(char*s1,char*S2=“张娜”):
______strcpy(owner,s2);}
virtual void PrintInfo(){cout<<title<<“是”<<owner<<“的书”<<endl;}
private:
charowner[10];
};
int main(){
Book*ptr=new MyBook(“飘”);
ptr->Printlnfo();
return 0;
}
第3题:
以下哪一项是一个HTML元素:
A.<title>
B.<title>欢迎来到课程首页</title>
C.<title></title>
D.</title>
第4题:
()father took part in the charity activity in the neighborhood yesterday?
Peter's.
A. Whose
B. What
C. Which
第5题:
设有以下程序段:
要求输入字符串给结构体变量rec的title成员,错误的输入语句是( )。
A.seanf(”%s”Ptrtitle);
B.scanf(”%s”,rec.title);
C.scanf(’’%s”,(*pu).title);
D.scanf(”%s”,ptr->title);
第6题:
2、以下哪一项是一个HTML元素:
A.<title>
B.<title>欢迎来到课程首页</title>
C.<title></title>
D.</title>