( ),联合国成立了世界环境与发展委员会。
A.1981年12月 B.1983年11月 C.1985年9月 D.1984年11月
参考答案:B
从键盘输入一组小写字母,并保存在字符数组str中。请补充函数fun(),该函数的功能是:把字符数组str中ASCII码为奇数的小写字母转换成对应的大写字母,结果仍保存在原数组中。 例如,输入“abcdefg”,输出“AbCdEfG”。 注意:部分源程序给出如下。 请勿改动主函数main和其他函数中的任何内容,仅在函数fun()的横线上填入所编写的若干表达式或语句。 试题程序: #include<stdio.h> #define N 80 void fun(char s[]) { int i; for( 【1】 ; 【2】 ;i++) {if( 【3】 ) s[i]-=32; } } main() { char str[N]; clrscr(); printf("\n lnput a string:\n"); gets(str); printf("\n*** original string ***\n"); puts (str); fun (str); printf("\n*** new string ***\n"); puts (str); }
符合高血钾心电图表现的是()
A.T波高耸,基底部狭窄,呈帐篷型T波
B.u波倒置
C.冠状T波
D.ST段水平型下移
E.QT间期缩短