网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
填空题
表达式isinstance(’abc’,str)的值为()。
参考答案
参考解析
解析:
暂无解析
更多 “填空题表达式isinstance(’abc’,str)的值为()。” 相关考题
考题
下列程序的运行结果为includevoid abc(char*str){int a,b;for(a=b=0;str[a]!='\0';a++
下列程序的运行结果为 #include<stdio.h> void abc(char*str) { int a,b; for(a=b=0;str[a]!='\0';a++) if(str[a]!='c') str[b++]=str[a]; str[b]='\0';} void main() { char str[]="abcdef"; abc(str); printf("str[])=%s",str);}A.str[]=abdefB.str[]=abcdefC.str[]=aD.str[]=ab
考题
若有定义:charstr1[6]="abcdm",*ps,*str2="abcdef";则()是正确的A、strcpy(str1,str2)B、表达式strcmp(str1,str2)的值大于0C、str1=str2D、表达式strlen(str1)的值为6
考题
单选题若有定义:charstr1[6]="abcdm",*ps,*str2="abcdef";则()是正确的A
strcpy(str1,str2)B
表达式strcmp(str1,str2)的值大于0C
str1=str2D
表达式strlen(str1)的值为6
考题
填空题已知str的值为”abcdefgh”,则表达式str.Substring(1,3)的值为()
热门标签
最新试卷