题目内容

Fill in the blank with the word given below. Change the form where necessary. Each word can be used only once.9. During the period of adjustment (适应), the international student tends to _____ about everything in the new environment.

查看答案
更多问题

Fill in the blank with the word given below. Change the form where necessary. Each word can be used only once.10. He anger _____ away when she read his letter of apology.

下面对二维数组a的说明正确的是( )。

A. int a[3][ ];
B. float a(3,4);
C. double a[3][4];
D. long a[3,4];

以下不能对二维数组a进行正确初始化的语句是( )。

A. int a[ ][3]={0};
B. int a[2][3]={{1,2},{3,4},{5,6}};
C. int a[ ][3]={{1,2},{0}};
D. int a[ ][3]={1,2,3,4,5,6};

若有定义:int a[3][4]={{1, 2}, {0}, {4, 6, 8, 10}};, 则初始化后,a[2][2]得到的初值是( ) 。

答案查题题库