函数scanf()的有关信息包括在头文件( )中。
A: string.h
B: float.h
C: stdio.h
D: scanf.h
A: string.h
B: float.h
C: stdio.h
D: scanf.h
C
举一反三
- scanf函数包括在头文件( )中。 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
- 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>
内容
- 0
scanf函数的原型定义在头文件"string.h"中。
- 1
getchar、putchar、printf、scanf四个函数,均包含在头文件______中。 A: math.h B: stdio.h C: string.h D: stdlib.h
- 2
使用库函数前包含头文件stdio。h的正确命令是( )。 A: @include<stdio.h> B: #include<stdio.h> C: #include stdio.h D: #include”stdio.h”
- 3
用scanf和printf函数时要用以下哪个语句导入头文件? A: B: include<std.h> C: D: include<stdio.h> E: F: define<stdio.h> G: H: include stdio.h
- 4
使用scanf()、printf()等输入、输出函数时,应该包含的头文件是【】。 A: stdio.h B: math.h C: string.h D: 不用包含头文件