首页
编程
java
php
前端
首页
编程
java
php
前端
a中存的是谁的地址*a呢
int
a[
2
][
3
] = { {
1
,
2
,
3
},{
4
,
5
,
6
} };
cout
<< *a;
数组首地址,也就是a[0][0]
点击展开全文