摘要:
知识点总结: 1.开头#include <stdio.h>是编译预处理命令; 2.int main()是主函数; 3.最后要以return 0;结尾; 4.printf后要跟着(“ ”)并且编写完后用 ;结尾,再编写下一行; 5.int main()之后到return 0;之后要用{ }包含; 6. 阅读全文
posted @ 2016-09-10 23:56
史航
阅读(136)
评论(0)
推荐(0)
2016年9月10日