若要在C程序中调用动态分配函数malloc,应该在源文件中包含的头文件是
A: stdlib.h
B: stdio.h
C: math.h
D: string.h
A: stdlib.h
B: stdio.h
C: math.h
D: string.h
举一反三
- 一个C程序中要调用sqrt()函数时,应在程序中包含的头文件是()。 A: stdio.h B: math.h C: string.h D: stdlib.h
- 如果程序中需要用到数学函数,头文件应该表示为()。 A: B: include " system.h " C: D: include " math.h " E: F: include " stdio.h " G: H: include " string.h "
- C语言的输入输出函数包含在哪一个头文件中()? A: stdio.h B: math.h C: stdlib.h D: string.h
- 若C程序中使用了strlen 函数,则要包含下列哪个头文件? A: <;stdlib.h>; B: <;stdio.h>; C: <;string.h>; D: <;math.h>;
- 如果在C程序中调用了系统函数中的输入输出函数,则应在程序开头预包含( )头文件。 A: stdio.h B: stdlib.h C: math.h D: string.h