在标准C中,使用所有输入输出函数必须包含“stdio.h”文件。
举一反三
- 在标准C中,使用所有输入输出函数必须包含“stdio.h”文件。 A: 正确 B: 错误
- c程序实现输入输出的函数头文件是什么? A: stbin.h B: stdi.h C: stdio,h D: stdio.h
- 在Turbo C2.0开发工具中,C程序中使用基本输入输出函数,可以不用把stdio.h文件包含,就能识别。
- 扩展名是.h,表明这是一个头文件,C源代码中如用到标准输入输出函数时,就要包含头文件stdio.h。
- 使用scanf()函数时,在源程序开头必须写预处理命令( ) A: include <stdio.h> B: include <stdio > C: include <stdio.h> D: include <scanf.h>