Which of the following is NOT a suitable pre-task activity?
A.
Introducing the topic.
B.
Dividing students into several groups and assigning task to them.
C.
Work in groups to recite the text.
D.
Offering important words and phrases related to the topic.
手机使用
分享
复制链接
新浪微博
分享QQ
微信扫一扫
微信内点击右上角“…”即可分享
反馈
参考答案:
举一反三
【简答题】下列程序的字符串中各单词之间有一个空格,则程序的输出结果是【 】。 include <stdio.h> include <string.h> main() { char str1[]='How do you do', *p1=str1; strcpy(str1+strlen(str1)/2,'es she'); printf('%s/n',p1); }