网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
定义单精度s为5×6(5行6列)的数组可写成 float a[5][6];
参考答案和解析
float[,]f=newfloat[3,4];
更多 “定义单精度s为5×6(5行6列)的数组可写成 float a[5][6];” 相关考题
考题
若有定义int a[9],+P=a;,则P+5表示( )。A.数组元素a[5]的值B.数组元素a[5]的地址SXB
若有定义int a[9],+P=a;,则P+5表示( )。A.数组元素a[5]的值B.数组元素a[5]的地址C.数组元素a[6]的地址D.数组元素a[0]的值加上5
考题
请选出创建数组的正确语句。()
A.float f[][] = new float[6][6];B.float []f[] = new float[6][6];C.float f[][] = new float[][6];D.float [][]f = new float[6][6];
考题
下面______不是创建数组的正确语句。A.float f[] f[] = new float[5][5];B.float f[][] = new float[5][5];C.float f[][] = new float[][5],D.float [][] f= new float[5][];
考题
在PowerScript语言中,下列定义正确的数组包括()A. Int A[]B. String S[5]C. Int N[2 to 8, 3 to 6]D. Real R[6 to 3]
考题
下列一维数组定义正确的是( )。A.x=5;int num[x];B.const iht x=5;float num[x];C.const float x=5;int num[x];D.const int x;x=5;intnum[x];
考题
下列一维数组说明中,不正确的是( )。A.int N;B.float a[]={1,6,6,0,2}; scanf("%d",N); int b[N];C.#define S 10D.int a[S+5];
考题
单选题用DIMENSIONS(4,5)命令定义数组S后,再对各数组元素赋值:S(1,1)=1,S(1,2)=2,S(1,3)=3,S(1,4)=4,S(1,5)=5,S(2,1)=6,S(2,2)=7,S(2,3)=8,S(2,4)=9,S(2,5)=10,然后再执行命令?S(6),则显示结果是()。A
变量未定义的提示B
4C
6D
F
热门标签
最新试卷