在C程序中如果要使用数学函数,如sin(x),log(x)等,需要在程序中加入的语句是
A: #define
B: #include
C: #include
D: #define
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>
- 在C程序中如果要使用数学函数,如sin(x),log(x)等,需要在程序中加入的语句是 A: #include"math.h" B: #define"math.h" C: #define"stdio.h" D: #include"stdio.h"