网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
若有chara[80],b[80];则正确的是()。
A.puts(a,b);
B.printf(“%s,%s”a[],b[]);
C.putchar(a,b);
D.puts(a);puts(b);
参考答案
更多 “ 若有chara[80],b[80];则正确的是()。 A.puts(a,b);B.printf(“%s,%s”a[],b[]);C.putchar(a,b);D.puts(a);puts(b); ” 相关考题
考题
若有定义:char *st="how are you";下列程序段中正确的是()。A.char a[11], *p; strcpy(p=a+1,下列程序段中正确的是( )。A.char a[11], *p; strcpy(p=a+1,st[4]);B.char a[11]; strcpy(++a, st);C.char a[11]; strcpy(a, st);D.char a[], *p; strcpy(p=a[1],st+2);
考题
若有以下定义: char a;int b; float c;double d; 则表达式a*b+b-c值的类型为( )。A. floatSX
若有以下定义: char a;int b; float c;double d; 则表达式a*b+b-c值的类型为( )。A. floatB.intC.charD.double
考题
若有定义:char *st= "how are you "; 下列程序段中正确的是A.char a[11], *p; strcpy(p=a+1, 下列程序段中正确的是A.char a[11], *p; strcpy(p=a+1,st[4]);B.char a[11]; strcpy(++a, st);C.char a[11]; strcpy(a, st);D.char a[], *p; strcpy(p=a[1],st+2);
考题
若有以下定义:char a;int b;float c;double d;则表达式a*b+d-c值的类型为( )。A.A. float SXB
若有以下定义:char a;int b;float c;double d;则表达式a*b+d-c值的类型为( )。A.A. floatB.intC.charD.double
考题
下列程序段正确的是:A.char a[80];a="Hello world!";B.char a[10]= "Hello world!";C.char a[80];scanf("%s",a[0]);D.char a[80];scanf("%s",a);
热门标签
最新试卷