答案查看网,轻松搜题/搜资源
登录
×
登录账号
记住密码
立即注册
忘记密码
×
注册
使用微信扫描二维码,获取账号密码后免费查看答案
前往登录
忘记密码
×
忘记密码
使用微信扫描下方二维码,即可找回您的账号密码
前往登录
立即注册
搜题/搜资源
【单选题】【消耗次数:1】
以下程序段的输出结果是( )。 int a=12345; printf(%2d\n, a);
①
12
②
34
③
12345
④
提示出错、无结果
参考答案:
复制
纠错
➡️如需代学继续教育,请点击这里
相关题目
【单选题】
有以下程序段,输出结果是( )。 int x=3; do { printf(%d ,x-=2); }while(!(- -x));
①
1
②
3 0
③
1 -2
④
死循环
查看完整题目与答案
【单选题】
以下程序段:int i,a=3,b=2;i=(--a==b++)?--a:++b;printf(i=%d a=%d b=%d,i,a,b);输出结果是。
①
i=1 a=1 b=3
②
i=3 a=2 b=3
③
i=4 a=1 b=4
④
i=4 a=2 b=4
查看完整题目与答案
【单选题】
以下程序段的运行结果是()。 inta=1;printf("%d,%d,%d\n",a,++a,a++);
①
3,3,1
②
1,2,2
③
1,2,3
④
3,2,1
查看完整题目与答案
【简答题】
以下程序段输出的结果是[填空1]。#include stdio.hvoid main(){int x=1;do printf(%d\n,x-=2);while(!(--x));}
查看完整题目与答案
【单选题】
以下程序运行结果是( )。 Main() {int if(m++5) printf(%d\n else printf(%d\n,m--); }
①
4
②
5
③
6
④
7
查看完整题目与答案
【单选题】
以下程序的执行结果是( ) main() { int n=9; while(n6) { printf(%d } }
①
987
②
876
③
8765
④
9876
查看完整题目与答案
【单选题】
以下程序运行的输出结果是。main(){ int p=30;printf(%d\n,(p/320?p/10:p%3)); }
①
0
②
1
③
2
④
3
查看完整题目与答案
【单选题】
以下程序的输出结果是() int a, b; void fun( ) { a=100; b=200; } main( ) { int a=100, b=100; fun( ); printf(%d%d \n, a,b); }
①
100200
②
100100
③
200100
④
200200
查看完整题目与答案
【单选题】
以下程序运行后的输出结果是( ) main() { int a=1,b=2; a=a+b; b=a-b; a=a-b; printf(%d,%d\n,a,B.; }
①
1,2
②
1,1
③
2,2
④
2,1
查看完整题目与答案
【单选题】
以下程序的运行结果是: main() {int m=5; if(m++5) printf(%d\n else printf(%d\n,m--); }
①
4
②
5
③
6
④
7
查看完整题目与答案
随机题目
【判断题】
5. 英文书信通常包括信端、信内地址、称呼、正文、结束语、签名、附件、再启等组成部分。
①
正确
②
错误
查看完整题目与答案
【判断题】
4.议论文的构成要素有:论点、论据、论证。
①
正确
②
错误
查看完整题目与答案
【判断题】
3. Along the road are lines of trees, from which students can find shade from the hot sun. 这是记叙文体的一个常见句式。
①
正确
②
错误
查看完整题目与答案
【判断题】
2. 记叙文的五要素是指时间、地点、人物、事情的起因和结果。
①
正确
②
错误
查看完整题目与答案
【判断题】
1. 描写文是用语言对客观世界加以主观描绘的一种文体。
①
正确
②
错误
查看完整题目与答案
【单选题】
7. Does ________ matter if he cant finish the job on time?
①
this
②
that
③
he
④
it
查看完整题目与答案
【单选题】
Is ____necessary to tell his father everything?
①
it
②
that
③
what
④
he
查看完整题目与答案
【单选题】
Our food and service are better than _____ used to be.
①
it
②
we
③
they
④
them
查看完整题目与答案
【单选题】
1.Itwasatthegate_____hetoldmethenews.
①
that
②
what
③
which
④
when
查看完整题目与答案
【单选题】
—Im looking for a flat.—Would you like _____ with _____ garden?
①
the
②
a
③
a
④
one; the
查看完整题目与答案