首页题库练习题目详情
C语言程序设计单选题中等

在C语言中,使用文件操作函数时,通常需要包含以下哪个头文件?

A#include <stdio.h>
B#include <stdlib.h>
C#include <string.h>
D#include <math.h>