int main() 前端
{ 编程
return 0; 小程序
} 数组
int test() 函数
{ 工具
return 0; 学习
} 开发工具
int main() spa
{ 翻译
test();
return 0;
}
#include <stdio.h>
int main()
{
printf("Hello World!");
return 0;
}
用2种不一样的代码方式输出下面的图案
************
** itcast **
************
内容来源:传智播客李明杰老师授课内容