题目内容

在下列叙述中,错误的是()。

A. C语言中,二维数组或多维数组是按行存放的
B. 赋值表达式“b[1][2]=a[2][3]”是正确的
C. “char a[1); a[0]='A”与int a[1];a[0]='A'”等价
D. 数组名后的方括号内可以为常量表达式,也可以是变量

查看答案
更多问题

#include "stdio.h"main(){char str[10];scanf("*s",&str);printf("*s\n",str);运行上面的程序,输入字符串“how are you”,则程序的执行结果是( )

A. how
B. how are you
C. h
D. howareyou

若已包括头文件"stdio.h"和"string.h”,运行如下程序的输出结果是( )char s1[10]="12345",s2[10]="089",s3[ ]="67";strcat(strcpy(sl,s2),s3) ;puts(s1);

A. 08967
B. 0894567
C. 089567
D. 089123

有以下程序段:int j; float y:;char name[50j;scanf("%2d%f%s",&j,&y,nane);执行上述程序段,从键盘上输入“555667777abc”后,y的值为()。

A. 55566.0
B. 566.0
C. 7777.0
D. 56677.0

-How do you like Jack?-Very good. I think he is one of __________ players in NBA now.

A. the most popular
B. the more popular
C. popularest
D. popularer

答案查题题库