老贾车间
History is the version of past events that people have decided to agree upon.
页面
主页
两个博客
星期五, 八月 20, 2010
我的第二个C程序以及程序的等价
2009/07/06 下午 05:17
还是按照书上的来做的。
#include
int main(void)
{
printf("Programming is fun.\n");
printf("And programming in C is even more fun")
return 0;
}
两个函数可以合成一个写,效果一样:
printf("Programming is fun.\nAnd programming in C is even more fun.n\");
没有评论:
发表评论
较新的博文
较早的博文
主页
订阅:
博文评论 (Atom)
没有评论:
发表评论