皮皮学,免费搜题
登录
搜题
【简答题】
●试题四 阅读下列程序说明和C程序,将入(n)处的字句写在答卷纸的对应栏内。 【程序说明】 该程序定义了两个子函数strsort和strmerge。它们分别实现了将一个字符串按字母顺序排序和将两个字符串合并排序,并删去相同字符。在主函数里,先输入两个字符串s1和s2,然后调用strsort函数对它们分别排序,然后调用strmerge函数将s1和s2合并,将合并后的字符串赋给字符串s3,最后输出字符串s3。 【程序】 #include void strmerge(char*a,char*b,char*c)//将字符串a,b合并到字符串c中 { char t,*w; w=c; while( (1) ) { //找到字符串a,b当前字符中较小的字符 if(*a{ t=*a; (2) ; } else if(*a>*b) { t=*b (3) ; } else//字符串a,b当前字符相等 { t=*a; a++ b++ } if( (4) )//开始,可直接赋值 *w=t else if(t!=*w) //如果a,b中较小的当前字符与c中当前字符不相等,才赋值 (5) ; } if(*a!=/′\0′)//如果字符串a还没有结束,则将a的剩余部分赋给c while(*a!=′\0′) if(*a!=*w) { *(++w)=*a; a++ } else (6) ; if(*6!=′\0′)//如果字符串b还没有结束,则将b的剩余部分赋给c while(*b!=′\0′) if(*b!=*w) { *(++w)=*b; b++ } else b++ (7) ; } void strsort(char*s)//将字符串S中的字符排序 { int i,j,n; char t,*w W=S for(n=0;*w!=′\0′;n++)//得到字符串长度n w++ for(i=0;i for(j=i+1;j if( (8) ) { t=s[i];s[i]=s[j]; (9) ; } } void main() { char s1[100],s2[100],s3[100];printf('\nPlease,input the first string:'); scanf('%s',s1); printf('\nPlease input the second string:'); scanf('%s',s2); strsort(s1);//将字符串s1排序 strsort(s2);//将字符串s2排序 printf('%s\n',s1); printf('%s\n',s2); s3[0]=′\0′;//字符串s3的第一个字符先置′\0′结束标志 (10) //将s1和s2合并,按照字母顺序排列, //且要删去相同字符,存入s3中 printf('%s',s3); }
拍照语音搜题,微信中搜索"皮皮学"使用
参考答案:
参考解析:
知识点:
.
..
皮皮学刷刷变学霸
举一反三
【多选题】人像摄影拍摄中画面的格式有( )。
A.
横式
B.
竖式
C.
方形
D.
圆形
【多选题】人像摄影拍摄中画面的格式有( )。
A.
方形
B.
竖式
C.
横式
D.
圆形
【单选题】They ____ us since five o’clock this morning.
A.
are helping
B.
have been helping
C.
was helped
D.
has been helping
【简答题】(四)阅读下面对话,根据上下文情景补全对话。 A: __1___ was Peter born? B: He was ___2__ in New York. A: __3___ does Peter’s oldest son __4___? B: He is an engineer. A: __5___ is Anne? B: She is the sister-in-law to Peter.
【单选题】Since the collapse of communism at the end of the 1980s, the erstwhile communist nations have transformed their economies by globalizing their markets. This involves _____.
A.
regulating markets
B.
privatizing state-owned enterprises
C.
decreasing competition
D.
reducing foreign investment
【简答题】“问苍茫大地,谁主沉浮”和“数风流人物,还看今朝”分别出自同志的哪两首词?
【多选题】人像摄影拍摄中画面的格式有( )。
A.
竖式
B.
横式
C.
方形
D.
圆形
【多选题】人像摄影拍摄中画面的格式有( )。
A.
圆形
B.
竖式
C.
横式
D.
方形
【单选题】党的十九大报告指出,过去五年,党的理论创新全面推进,马克思主义在意识形态领域的()更加鲜明。
A.
统领地位
B.
领导地位
C.
引导地位
D.
指导地位
【单选题】“ 问苍茫大地,谁主沉浮 ”出自毛泽东的哪首词?
A.
菩萨蛮 · 黄鹤楼
B.
沁园春·长沙
C.
浪淘沙 · 北戴河
D.
水调歌头 ·游泳
相关题目: