网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
执行以下语句后,输出的结果是( )s$="ABCDEFGHIJK"PrintMid$(s$,3,4);prinLen(s$)
A、ABCD11
B.CDEF11
C.EFGH11
D.HIJK11
参考答案
更多 “ 执行以下语句后,输出的结果是( )s$="ABCDEFGHIJK"PrintMid$(s$,3,4);prinLen(s$) A、ABCD11B.CDEF11C.EFGH11D.HIJK11 ” 相关考题
考题
有以下程序main(){ char s[]="abcde";s+=2;printf("%d\n",s[0]);}执行后的结果是A) 输出字符 a 的 ASCII 码B) 输出字符 c 的 ASCII 码C) 输出字符 cD) 程序出错
考题
有以下程序: int a=2; int f(int *a) {return (*a)++;) main() { int s=0; { int a=5; s+=f(a); } s+=f(a); printf("%d\n',s); } 执行后输出结果是( )。A.10B.9C.7D.8
考题
有以下程序: matin() { char * s[]={"one", "two", "three"}, *p; p=s[1]; printf("% c, % s\n", *(p+1),s [o]); } 执行后的输出结果是______。A.n, twoB.t, oneC.w, oneD.o, two
考题
执行以下语句后,输出的结果是 s$=“ABCDEFGHI” Print Mid$(s$,3,4) Print Len(s$)A.ABCD 11B.CDEF 11C.EFGH 11D.HIJK 11
考题
若有定义和语句 ( ) char s[10];s="abcd";printf("%s\n",s); 则结果是(以下μ代表空格)A.输出abcdB.输出aC.abcdμμμμμD.编译不通过
考题
以下程序运行后的输出结果是【】。 include void main(){char s[]=“123456”,*p;for(p=s
以下程序运行后的输出结果是【 】。include<iostream.h>void main(){char s[]=“123456”,*p;for(p=s; p<s+2; p++)cout<<p<<end1;}
考题
若有以下定义和语句,则输出结果是(口代表空格)______。char s[10]; s="abcd"; printf("%s\n",s);A.输出abcdB.输出aC.输出abcd口口口口口D.编译不通过
考题
以下程序的输出结果是()。include Void main(){int a[3][3]= { { 1,2 }, { 3,4 }, {
以下程序的输出结果是( )。#include <iostream.h>Void main(){ int a[3][3]= { { 1,2 }, { 3,4 }, { 5,6 } }, i, j, s=0; for(i=1;i<3;i++) for(j=0;j<i; j++) s+=a[i][j]; cout<<s<<end1;}A.14B.19C.20D.21
考题
若有定义和语句: char s[10]:s=""abcd"";printf(""%s/n"",s); 则结果是(以下u代表空格)()A、输出abcdB、输出aC、输出abcduuuuuD、编译不通过
考题
单选题若有定义和语句: char s[10]:s=""abcd"";printf(""%s/n"",s); 则结果是(以下u代表空格)()A
输出abcdB
输出aC
输出abcduuuuuD
编译不通过
考题
单选题有以下程序 main() { char s[]="abcde"; s+=2; printf("%d/n",s[0]); } 执行后的结果是()A
输出字符a的ASCII码B
输出字符c的ASCII码C
输出字符cD
程序出错
考题
填空题执行“printf("%s%s%d","wei","rong",18);”语句后得到的输出结果为()。
热门标签
最新试卷