包容羊

文章
4
资源
0
加入时间
2年10月21天

C6_函数

函数种类 1.无返回值,无参数(无返回值用void)void buyVegetable(){ printf("100块都不给我,怎么买菜\n"); int a = 10; a += 20;}2.有返回值,无参数int buyVegetableTwo(){ printf("老板没给我钱,我还挣了100\n"); return 100; // retu