scanf函数包括在头文件( )中。
A: string.h
B: stdio.h
C: float.h
D: scanf.h
A: string.h
B: stdio.h
C: float.h
D: scanf.h
举一反三
- scanf函数包括在下列哪个头文件中: A: string.h B: float.h C: stdio.h D: scanf.h
- 函数scanf()的有关信息包括在头文件( )中。 A: string.h B: float.h C: stdio.h D: scanf.h
- c程序实现输入输出的函数头文件是什么? A: stbin.h B: stdi.h C: stdio,h D: stdio.h
- 使用scanf()函数时,在源程序开头必须写预处理命令( ) A: include <stdio.h> B: include <stdio > C: include <stdio.h> D: include <scanf.h>
- 使用scanf函数需要在头文件中添加___. A: include <stdio.h> B: include <ctype.h> C: include <float.h> D: include <iomanip.h>