#include <stdio.h> int main() { printf("Hello World ");//printf()输出 return 0; }
的意思是:回车换行。将当前位置移到下一行的开头。
C语言注释方法有两种:
多行注释: /* 注释内容 */
单行注释: //注释一行