#include<stdio.h>是编译预处理命令
尖括号内的文件称为头文件
h-head
std-standard
i-input
o-output
编译预处理命令#include可使头文件在程序中生效
它的作用是将写在尖括号内的输入/输出函数的头文件stdio.h包含到用户源文件中
#include<stdio.h>是编译预处理命令
尖括号内的文件称为头文件
h-head
std-standard
i-input
o-output
编译预处理命令#include可使头文件在程序中生效
它的作用是将写在尖括号内的输入/输出函数的头文件stdio.h包含到用户源文件中