慕慕5622951
2018-06-03 17:04
#include <stdio.h>
int main()
{
printf("%s\n", "*************");
printf("%s\n", "I Love imooc");
printf("%s\n", "*************");
return 0;
}
感觉这样反而更简单
函数就是为了提高代码的复用性,现在还是无参函数,到后面有参函数时你就明白代码的复用性了
函数调用,是为了可以分配工作
大工作量的话这样不方便
C语言入门
926207 学习 · 20797 问题
相似问题