23 数组参数
数组参数
三种形式
void test1(int *s)
void test2(int s[])
void test3(int s[5])
实例
1 | #include <iostream> |
https://estom.github.io/2021/04/20/C++/%E9%9D%A2%E8%AF%95/23%20%E6%95%B0%E7%BB%84%E5%8F%82%E6%95%B0/
本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来源 Estom的博客!










