问题
-
● 执行下面的一段C程序后,变量x的值为 (41) 。 char x = 200; int a = 300; #if 0 if(x>0) {
-
执行下面的程序段后,变量k中的值为 intk=3,s[2]; s[0]=k;k=s[1]*10; A.不定值 B.33
-
执行下面的程序段后,变量k中的值为 intk=3,s[2]; s[0]=k;k=s[1]*10; A.不定值 B.33
-
执行下面的程序段后,x的值为()x=5Forc=1To5Step2x=x+c5NextcPrintxA.5B.6C.7D.8
-
●执行下面的一段C程序后,变量x的值为(41)。 charX=200; int a=300; BOOL flag; int valuel,value2
-
执行下面的程序段后 b的值为______。int x=35;char z=A;int b;b=((x&15)&&(z