题目内容

开启权限管控后,如果MongoDB里尚无账号,不可以直接新增第一个账号

A. 对
B. 错

查看答案
更多问题

translate the sentence "她是什么样的人?”

A. what's she like?
B. what does she like?
C. what do she like?
D. what is she?

以下程序的输出结果是( )main( ){int a=0,b=0;a=10;/*给a赋值b=20;给b赋值*/printf(“a+b=%d\n”,a+b);}

A. a+b=10
B. a+b=30
C. 30
D. 出错

有以下程序:#include main(){char c1,c2,c3,c4,c5,c6;scanf(“%c%c%c%c”,&c1, &c2, &c3, &c4);c5=getchar( );c6=getchar( );putchar(c1);putchar(c2);printf(“%c%c\n”,c5,c6);}程序运行后,若从键盘输入:123 <回车>45678 <回车>则输出结果为( )

A. 1267
B. 1256
C. 1278
D. 1245

已知字母A的ASCII码为65.以下程序运行后的输出结果为____main( ){ char a,b;a='A’+'5’-‘3’;b=a+'6’-‘2’;printf(“%d%c\n”,a,b);}

答案查题题库