当前位置: X题卡 > 所有题目 > 题目详情

有以下程序: main( ) int a[3][3], *p, i; p=&a[0][0]; for(i=0; i<9; i++)p[i]=i+1; printf("%d/n", a[1...

查看本题答案

热门试题

更多