A:
B: define PI=3.1415926
C:
D: include "math.h"
E: if(2);
F: for(;;)if(1)break;
举一反三
- 在下列代码中,错误的 C 代码是( ) A: B: define PI 3.14159 C: D: include“stdio.h”; E: if(2); F: for(;;) if(1) break;
- 下列#include命令中,正确的是________。 A: B: include "math.h" C: D: include [math.h] E: F: include (math.h) G: H: include {math.h}
- #define PI 3.1415926是一条C语句。
- 在C#中,下列常量定义正确的是 A: define PI 3.1415926 B: Const double PI=3.1415926 C: Const double PI 3.1415926 D: define double PI=3.1415926
- 在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>;
内容
- 0
在C#中,下列常量定义正确的是【 】 A: const double PI 3.1415926 B: const double Pi=2.7 C: define double PI 3.1415926 D: define double e=2.7
- 1
下列声明常量的语句中,正确的是( ) A: double PI=3.1415926; B: const double PI=3.1415926; C: static double PI=3.1415926; D: static const double PI=3.1415926;
- 2
如果程序中用到标准库函数sqrt( )和strcmp( ),那么该程序应含下面哪两条语句( ) A: B: include “stdio.h” C: include “math.h” D: E: include “math.h” F: incluede “string.h” G: H: include “string.h” I: include “stdio.h” J: K: include “stdlib.h” L: include ”math.h”
- 3
在C程序中如果要使用数学函数,如sin(x),log(x)等,需要在程序中加入的语句是 A: include <math.h> B: include <stdio.h> C: define <math.h> D: define <stdio.h>
- 4
在C程序中如果要使用数学函数,如sin(x),log(x)等,需要在程序中加入的语句是 A: include <math.h> B: include <stdio.h> C: define <math.h> D: define <stdio.h>