摘要: int main() { int a[5]= {1,3,5,7,9}; int(*num1)[5]=&a; int *num[5]= {&a[0],&a[1],&a[2],&a[3],&a[4]}; int b[5]= {2,4,6,8,10}; int(*num2)[5]=&b; int *num 阅读全文
posted @ 2024-01-12 00:46 万佛从心 阅读(3) 评论(0) 推荐(0) 编辑
摘要: ![image](https://img2024.cnblogs.com/blog/3372113/202401/3372113-20240112003846169-1280898320.jpg) ![image](https://img2024.cnblogs.com/blog/3372113/202401/3372113-20240112003937160-861725973.jpg) ![i 阅读全文
posted @ 2024-01-12 00:46 万佛从心 阅读(106) 评论(0) 推荐(0) 编辑