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