Functional activities do not include:
A. Offering.
B. Suggesting.
C. Apologizing.
D. Structure words.
查看答案
Language is a system, element of a language is combined according to rules.
A. 对
B. 错
The structural view stresses that teaching English is to teach linguistic structural items.
A. 对
B. 错
From interactional view, teaching English is not only to teach a linguistic system but also to teach a means of doing things.
A. 对
B. 错
以下对结构体变量成员不正确的引用是()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);
C. scanf(“%d”,&(p->sex));
D. scanf(“%d”,p->age);