表达式Int(20*Rnd)的取值范围是()。A.(0,20)B.[0,20)C.(0,20]D.[0,20]
表达式Int(20*Rnd)的取值范围是()。
A.(0,20)
B.[0,20)
C.(0,20]
D.[0,20]
相关考题:
在代码中定义了一个子过程:Sub P(a,b)End Sub 下列调用该过程的形式中,正确的是( )。A.P(10,20)B.Call PC.Call P l0,20D.Call P(10,20)
以下程序运行后的输出结果是: void main() { int x=10,y=20,t=0; if(x= =y) t=x; x=y; y=t; printf(“%d,%d n”,x,y); }A.20,0B.10,20C.0,20D.20,10
29、已知 int a = 10, b = 20,c; max = b; 则表达式 c= (a > b) (max = a)运行后,变量c与max的值分别为()。A.0,20B.0,10C.1,20D.1,10
指令MOV R0, 20H执行前(R0)=30H,(20H)=38H,执行后(R0)=()。A.20HB.30HC.50HD.38H