摘要:
001、方法1 while循环 [root@PC1 test]# ls test.c [root@PC1 test]# cat test.c ## 测试c程序 #include <stdio.h> int get_length(int a) { int length = 0; while(a > 0 阅读全文
posted @ 2024-11-08 23:07
小鲨鱼2018
阅读(29)
评论(0)
推荐(0)
摘要:
c语言中函数形参 -- 值传递,址传递,引用传递 阅读全文
posted @ 2024-11-08 09:39
小鲨鱼2018
阅读(9)
评论(0)
推荐(0)