【单选题】以下语句中有错的是( )。 struct pupil { char name[20]; int age; int score; } pup[5],*p; p=pup;
A.
scanf("%s",pup[0].name);
B.
scanf("%d",&pup[0].age);
C.
scanf("%d",&(p->score));
【判断题】两个人之间的距离越短,交往的频率也越高,这是一种规律。( )
【单选题】________ is the most important for him is not his job, but his family.
【多选题】城轨车站影响控制设备管理用房规模的主要因素是( )。
【单选题】若有以下说明语句,则对pup中成员sex的正确引用是( )。 struct pupil{ chat name[20]; int sex; }pup,*p; p=&pup;
【单选题】In listening to a person, the important thing is ______.
A.
to notice his tone, his posture, and the look in his eye
B.
to listen to how he pronounces his words
C.
to check his words against his manner, his tone of voice, and his posture
D.
not to believe what he says
【简答题】会议的议程包括哪些环节,每个环节中接待人员的工作是什么?
【单选题】以下scanf函数调用语句中不正确的是__。 struct pupil { char name[20]; int age; int sex; } pup[5], *p=pup;
A.
scanf("%s", pup[0].name);
B.
scanf("%d", &pup[0].age);
D.
scanf("%d", &(p->sex));