如果在程序中需要用到strcpy、strcat等库函数时,需要用#include包含头文件。
A: math.h
B: string.h
C: ctype.h
D: stdio.h
A: math.h
B: string.h
C: ctype.h
D: stdio.h
举一反三
- 如果在程序中需要用到strcpy、strcat等库函数时,需要用#include包含_______头文件。
- 如果程序中需要用到数学函数,头文件应该表示为()。 A: B: include " system.h " C: D: include " math.h " E: F: include " stdio.h " G: H: include " string.h "
- 如果程序中用到标准库函数sqrt( )和strcmp( ),那么该程序应含下面哪两条语句( ) A: B: include “stdio.h” C: include “math.h” D: E: include “math.h” F: incluede “string.h” G: H: include “string.h” I: include “stdio.h” J: K: include “stdlib.h” L: include ”math.h”
- 使用库函数前包含头文件stdio。h的正确命令是( )。 A: @include<stdio.h> B: #include<stdio.h> C: #include stdio.h D: #include”stdio.h”
- 如果在程序中调用库函数sqrt,则程序中必须包含的头文件( )。 A: string.h B: stdlib.h C: math.h D: ctype.h