C程序中的#include和#define均不是C语句.
举一反三
- #include和#define不是C语句()
- 在C程序中如果要使用数学函数,如sin(),log()等,需要在程序中加入的语句是____。 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>