皮皮学,免费搜题
登录
搜题
【判断题】
发生停水事故时,自己应该处理,不用向上级汇报。
A.
正确
B.
错误
拍照语音搜题,微信中搜索"皮皮学"使用
参考答案:
参考解析:
知识点:
.
..
皮皮学刷刷变学霸
举一反三
【简答题】下列程序的字符串中各单词之间有一个空格,则程序的输出结果是【 】。 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 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.
错误
【单选题】Which of the following is not an advantage of Inverted pyramid form?
A.
It is easy for journalist to write.
B.
   It is easy for editor to modify.
C.
   It is easy for the news to have a sensational effect.
D.
   It is easy for reader to grasp the main idea
【简答题】下列程序中字符串中各单词之间有一个空格,则程序的输出结果是______。 # 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); }
相关题目: