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
举一反三
- 使用标准库函数要考虑该函数的头文件,例如要使用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