摘要:
cpp:函数返回数组 一、函数返回数组 1 #include<iostream> 2 3 4 using namespace std; 5 6 7 int* ret_array() 8 { 9 int a[]={1,2,3,4,5,6}; 10 int *pt=a; 11 return pt; 12 阅读全文
posted @ 2022-09-08 17:27
lnlidawei
阅读(213)
评论(0)
推荐(0)

浙公网安备 33010602011771号