摘要: #include<iostream> using namespace std; int main() { int arr[10][10]; //存放10个int指针数组,每个数组中存放10个int元素,则用二维数组来表示 int(*p)[10] = arr; //定义一个指针数组指向该内存地址, i 阅读全文
posted @ 2020-03-31 23:52 神迹丶 阅读(562) 评论(0) 推荐(0) 编辑
网站已运行: