摘要: c语言中const修饰符 001、不使用const修饰符 [root@PC1 test]# ls test.c [root@PC1 test]# cat test.c ## 测试c程序 #include <stdio.h> void print_array(int v[], int n); int 阅读全文
posted @ 2024-11-13 00:49 小鲨鱼2018 阅读(1) 评论(0) 推荐(0) 编辑