以下程序的输出结果是( ) D int a[3][3]={{1},{2},{3}}; int b[3][3]={1,2,3}; void main( ) { printf(“%d\n”,a[1][0]+b[0][0]); }

时间:2022-11-13 08:52:11

相似题目