一个C程序中要调用sqrt()函数时,应在程序中包含的头文件是()。
A: stdio.h
B: math.h
C: string.h
D: stdlib.h
A: stdio.h
B: math.h
C: string.h
D: stdlib.h
举一反三
- 如果在程序中调用库函数sqrt,则程序中必须包含的头文件( )。 A: string.h B: stdlib.h C: math.h D: ctype.h
- 若要在C程序中调用动态分配函数malloc,应该在源文件中包含的头文件是 A: stdlib.h B: stdio.h C: math.h D: string.h
- 如果在C程序中调用了系统函数中的输入输出函数,则应在程序开头预包含( )头文件。 A: stdio.h B: stdlib.h C: math.h D: 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”
- C语言的输入输出函数包含在哪一个头文件中()? A: stdio.h B: math.h C: stdlib.h D: string.h