在程序中如果使用printf()函数,应该包含________头文件
A: stdio.h
B: string.h
C: math.h
D: sdtio.h
A: stdio.h
B: string.h
C: math.h
D: sdtio.h
举一反三
- 如果程序中需要用到数学函数,头文件应该表示为()。 A: B: include " system.h " C: D: include " math.h " E: F: include " stdio.h " G: H: include " string.h "
- 在程序中,如果使用printf()函数,应该包含( )头文件。 A: stdio.h B: stdlib.h C: time.h D: string.h
- 使用scanf()、printf()等输入、输出函数时,应该包含的头文件是【】。 A: stdio.h B: math.h C: string.h D: 不用包含头文件
- 使用strcmp函数应该包含头文件____。 A: math.h B: string.h C: stdio.h D: conio.h
- 使用strcpy函数应该包含头文件____。 A: stdio.h B: conio.h C: string.h D: math.h