下面的程序可对指定字符串中的字符串进行从大到小排序,请将程序完整。 (注:程序采用了

题型:填空题

问题:

下面的程序可对指定字符串中的字符串进行从大到小排序,请将程序完整。 (注:程序采用了冒泡排序算法)
#include<stdio.h>
#include<string.h>
main()
char*str="ABCDabcd",temp;
int n,i;
n=strlen(str);
while(n->1)
for(i=0;i<n;i++)
if(str[i]<str[i+1])
temp= 【17】
str[i]=str[i+1];
【18】 =temp;

printf( 【19】 );

考点:计算机等级考试C语言二级C语言笔试
题型:填空题

根据句意及首字母补全单词。

1 .I have a r_____ model. It can fly high.

2. I h_____ to walk all the day.

3. The crops in the f_____ grow well.

4. I have a c_____ of stamps.

5. The teacher gave him a p_____ for his study.

题型:填空题
In the past, ice             food.

A. used to keep
B. used to be used for keeping
C. was used to keeping
D. used to be used to keeping

题型:填空题

だんぼうを いれたので へやが (    ) なりました。

A.あたたかく

B.つめたく

C.さむく

D.すずしく

题型:填空题

上市公司在重大资产重组交易完成后成为持股型公司的,作为主要标的资产的企业股权应当为控股权。()

题型:填空题

若流入上升管的循环水量等于蒸发量,循环倍率为1,则产生()现象。

A、循环停滞

B、循环倒流

C、汽水分层

更多题库