在C语言中,常用的数学函数所在的头文件是哪个( )
A: stdio.h
B: sting.h
C: math.h
D: stdlib.h
A: stdio.h
B: sting.h
C: math.h
D: stdlib.h
举一反三
- 数学类函数所在的头文件是( )。 A: stdio.h B: string.h C: stdlib.h D: math.h
- c程序实现输入输出的函数头文件是什么? A: stbin.h B: stdi.h C: stdio,h D: stdio.h
- 常用的数学处理类系统函数所在的头文件是( ) A: math.h B: ctype.h C: dos.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