Lin received formal education because she was very clever.
查看答案
Lin knew the famous poet Xu Zhimo in London during her study there.
A. 对
B. 错
Lin returned to Beijing since she wanted to do the interpretation work forTagore.
A. 对
B. 错
Lin took part in the design of the Monument to the People’s Heroes.
A. 对
B. 错
以下程序的运行结果是()#include int main(){ int aa[3][3]={{2},{4},{6}},i,*p=&a[0][0];for(i=0;i<2;i++){ if(i==0) aa[i][i+1]=*p+1;esle++p;printf("%d\n",*p);}printf("\n");return 0;}
A. 23
B. 26
C. 33
D. 36