在c语言中,头文件的扩展名是

如题所述

C99 增加

#include <complex.h> //复数处理
#include <fenv.h> //浮点环境
#include <inttypes.h> //整数格式转换
#include <stdbool.h> //布尔环境
#include <stdint.h> //整型环境
#include <tgmath.h> //通用类型数学宏
温馨提示:答案为网友推荐,仅供参考
第1个回答  2015-12-10
.h 头文件
.c c语言源文件
.exe 二进制可执行文件。
第2个回答  2015-12-10
#include<stdio.h>标准头文件
相似回答