C语言中字符串比较操作的库函数头文件是________。
A: stdio.h
B: math.h
C: string.h
D: time.h
A: stdio.h
B: math.h
C: string.h
D: time.h
C
举一反三
- 使用标准库函数要考虑该函数的头文件,例如要使用sqrt()函数,文件预处理命令要包含的头文件是____ A: stdio.h B: math.h C: string.h D: time.h
- 21. C语言的文件操作库函数,包含在________头文件中。 A: stdio.h B: math.h C: string.h D: file.h
- 使用库函数前包含头文件stdio。h的正确命令是( )。 A: @include<stdio.h> B: #include<stdio.h> C: #include stdio.h D: #include”stdio.h”
- c程序实现输入输出的函数头文件是什么? A: stbin.h B: stdi.h C: stdio,h D: stdio.h
- C标准库函数中,字符串的处理函数包含在()头文件中,数学函数包含在()头文件中。 A: string.h B: math.h C: reg51.h D: stdio.h
内容
- 0
printf()函数包含在哪个头文件中? A: stdio.h B: string.h C: math.h D: time.h
- 1
C语言提供的标准输入输出库函数头文件名字是_______。 A: stdio.h B: string.h C: math.h D: limits.h
- 2
C语言提供的标准输入输出库函数头文件名字是_______。 A: stdio.h B: string.h C: math.h D: limits.h
- 3
如果程序中需要用到数学函数,头文件应该表示为()。 A: B: include " system.h " C: D: include " math.h " E: F: include " stdio.h " G: H: include " string.h "
- 4
包含标准库函数scanf声明的头文件是( ) A: time.h B: stdlib.h C: stdio.h D: math.h