A.consideration
B.conclusion
C.regulation
D.instruction
第1题:
根据下列的定义,能打印出字母P的语句是( )
struct stu {char name[10];
int age;
};
stmct stu s[10]={"John",11,
"Paul",12,
"Mary",11,
"adam",12
}:
A.printf("%c",s[3].name);
B.printf("%c",s[3].name[1]);
C.printf("%c",s[2].name[11]);
D.printf("%c",s[1].name[0]);
第2题:
A. followed,followed
B. followed,following
C. following,followed
D. following,following
第3题:
根据下列的定义,能打印出字母P的语句是( )。 struct stu { char name[10]; iht age; }; struct stu s[10]={"John",11, "Paul", 12, "Mary", 11, "adam",12 };
A.printf("%c",s[3].name);
B.printf("%c",s[3].name[1]);
C.printf("%c",s[2].name[1]);
D.printf("%c",s[1].name[0]);
第4题:
3.—Who's ________friend? .
—His friend is Mike.
A.your
B.my
C.her
D.his
第5题:
John: Paul, this is Mr Smith, my landlord.
Paul: I'm pleased to meet you.
Mr Smith: ( ).
A. Good morning, Paul.
B. Very pleased to meet you, too.
C. I'm fine, too.
第6题:
HIS颜色模型中的S表示饱和度。()