调用 printf() 的 C 程序为什么应包含 stdio.h 头文件?
printf()
stdio.h
它提供了 printf() 的声明。
它会在程序启动时运行 GCC。
它会自动为每个字符串添加换行符。
它定义了程序的 main() 函数。
main()