问候程序为什么包含 #include <stdio.h>?
#include <stdio.h>
它会为 name 使用的字符数组分配空间。
它会调用 GCC 构建可执行文件。
它会自动创建程序的 main 函数。
main
它提供了标准输入/输出函数(例如 printf)的声明。
printf