本页总览C语言基础语法 基本结构 #include <stdio.h>int main() { printf("Hello, World!\n"); return 0;} 注释 // 单行注释/* 多行注释 */