#include <stdio.h>int main(){ printf("%s\n", "*************"); printf("%s\n", "I Love imooc"); printf("%s\n", "*************"); return 0;}
感觉这样反而更简单
函数就是为了提高代码的复用性,现在还是无参函数,到后面有参函数时你就明白代码的复用性了
函数调用,是为了可以分配工作
大工作量的话这样不方便