在C程序中如果要使用数学函数,如sin(),log()等,需要在程序中加入的语句是____。
A: #include
B: #include
C: #define
D: #define
A: #include
B: #include
C: #define
D: #define
举一反三
- 在C程序中如果要使用数学函数,如sin(x),log(x)等,需要在程序中加入的语句是 A: #define B: #include C: #include D: #define
- 在C程序中如果要使用数学函数,如sin(x),log(x)等,需要在程序中加入的语句是 A: include <math.h> B: include <stdio.h> C: define <math.h> D: define <stdio.h>
- 在C程序中如果要使用数学函数,如sin(x),log(x)等,需要在程序中加入的语句是 A: include <math.h> B: include <stdio.h> C: define <math.h> D: define <stdio.h>
- 在C程序中如果要使用数学函数,如sin(x),log(x)等,需要在程序中加入的语句是 A: include <math.h> B: include <stdio.h> C: define <math.h> D: define <stdio.h>
- 在C程序中如果要使用数学函数,如sin(x),log(x)等,需要在程序中加入的语句是 A: include <math.h> B: include <stdio.h> C: define <math.h> D: define <stdio.h>