网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
运行下面程序段的输出结果是().
A.Set
B.Setup
C.Setup
D.&39;S&39;&39;e&39;&39;t&39;
参考答案
更多 “ 运行下面程序段的输出结果是().A.SetB.SetupC.SetupD.Set ” 相关考题
考题
(39)有以下程序#include stdio.hmain(){ int a=5,b=1,t;t=(a2|b); printf(“%d\n”,t)}程序运行后的输出结果是A)21 B)11 C)6 D)1
考题
下面程序运行输出的结果是【】。 include using namespace std; int main(){char a[]="C
下面程序运行输出的结果是【 】。include <iostream>using namespace std;int main(){char a[]="Chinese";a[3]='\0';cout<<a<<endl;return 0;}
考题
下面程序段的运行结果是 include void main( ) {char*s="abcde"; S+=2;
下面程序段的运行结果是 #include<iostream.h> void main( ) { char*s="abcde"; S+=2; cout<<s;}A.cdeB.字符'c'C.字符'c'的地址D.无确定的输出结果
考题
有以下程序#include stdio.h#define S(x) (x)*x*2main( ){ int k=5, j=2;printf( "%d,”,s(k+j) ); printf(”%d\n”,s( (k-j) ) );}程序运行后的输出结果是A) 98,18B) 39,11C) 39,18D) 98,11
考题
下面程序运行时,若输入395,则输出结果是( )。 Private Sub Command1_Click( ) Dim X% x=InpetBox("请输入一个3位整数") Print x Mod 10,x/100,(x Mod 100)/10 End SubA.3 9 jB.5 3 9C.5 9 3D.3 5 9
考题
下面程序运行时,若输入395,则输出结果是( )。Private Sub Command1_Click( )Dim X%x=InputBox(请输入一个3位整数)Print x Mod 10,x\100,(x Mod 100)\10End SubA.3 9 jB.5 3 9C.5 9 3D.3 5 9
考题
(39)有以下程序#include stdio.hmain(){ unsigned char a=8,c;c=a3;printf("%d\n",c);}程序运行后的输出结果是A)32B)16C)1D)0
热门标签
最新试卷