The structural view stresses that teaching English is to teach linguistic structural items.
查看答案
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);
下面程序的运行结果是()void main(){ struct cmplx{ int x;int y ;} cnum[2]={1,3,2,7};printf(“%d”,cnum[0].y/cnum[0].x*cnum[1].x);}
A. 0
B. 1
C. 3
D. 6
汽车使用的机械式CVT变速箱一般可分为金属带式和金属链式。
A. 对
B. 错