为了使用strcmp函数,需在程序中包含
A:
B:
C:
D:
A:
B:
C:
D:
举一反三
- 为了使用strcmp函数,需在程序中包含 A: B: C: D:
- 程序中调用了库函数strcmp,必须包含头文件 A: math.h B: string.h C: ctype.h D: stdlib.h
- 使用scanf函数需要在头文件中添加___. A: include <stdio.h> B: include <ctype.h> C: include <float.h> D: include <iomanip.h>
- 要调用数学处理函数时,在#include命令行中应包含()。 A: "stdio.h" B: "string.h" C: "math.h" D: "ctype.h"
- 使用字符串处理函数strcmp需要包含头文件string.h