皮皮学,免费搜题
登录
logo - 刷刷题
搜题
【单选题】
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); }
【单选题】有下列程序:#include void WriteStr(char *fn,char *str){ FILE *fp;fp=fopen(fn,"w");fputs( str,fp);fclose(fp);}main( ){ WriteStr("t1.dat","start");WriteStr("t1.dat","end");}程序运行后,文件t1.dat 中的内容是( )。
A.
start
B.
end
C.
startend
D.
endrt
【简答题】下列程序中字符串中各单词之间有一个空格,则程序的输出结果是______。 # include void main( ) { char str1[ ]="How do you do", *p1=str1; strcpy(str1+strlen(str1)/2,"es she"); cout< }
【单选题】主要用于食品保鲜,如礼品点心、蛋糕等的包装是()。
A.
收缩包装
B.
吸氧包装
C.
透气包装
D.
充气包装
【单选题】有下列程序,程序运行后的输出结果是( )。 #include void ss( char *s, char t) { while (*s) { if (*s==t) *s=t-'a'+'A'; s++; } } int main() { char str[100]="abcddfefdbd", c='d'; ss(str, c); puts(str); return 0; }
A.
ABCDDEFEDBD
B.
、 abcDDfefDbD
C.
、 abcAAfefAbA
D.
、 Abcddfefdbd
【简答题】程序改错题(下列每小题有一个错误,找出并改正)(直接填写正确代码) 下列程序的功能是复制字符串a 到b中。 #include void main() { char *str1=a,*str2,a[20]="abcde",b[20]; str2=b; while(*str2++=*str1++); }
【判断题】从煤气化反应热力学角度来看,高温低压有利于C与CO2反应生成CO。
A.
正确
B.
错误
【简答题】下列程序中字符串中各单词之间有一个空格,则程序的输出结果是______。 # include void main( ) { char str1[ ]="How do you do", *p1=str1; strcpy(str1+strlen(str1)/2,"es she"); cout< }
【单选题】主要用于食品保鲜,如礼品、蛋糕等的包装是( )。
A.
收缩包装
B.
吸氧包转
C.
灭菌包装
D.
充气包装
【简答题】下列程序中字符串中各单词之间有一个空格,则程序的输出结果是【 】。 include<string.h> main() { char str1[]='How do you do',*p1=str1; strcpy(str1+strlen(str1)/2,'es he'); printf('%s/n',p1); }
相关题目:
参考解析:
知识点:
题目纠错 0
发布
创建自己的小题库 - 刷刷题