填空题

设int x=2,y=1;则表达式x---y的值是______。

【参考答案】

A
<上一题 目录 下一题>
热门 试题

填空题
设int a,b,c;,则执行a=(b=3,c=4,a=5,b=8);之后变量a的值是______。
填空题
设int a[2][3]={2,4,6,8,10,12);,则数组元素a[1][0]的值是______。
相关试题
  • 下面程序是将字符串P中的所有字符复制到字...
  • 求出10到500之内能同时被3、7整除的...
  • #include<stdio.h> main() {int ...
  • #include<stdio.h> main() { int...
  • 采用递归调用的算法编写一个计算x的n次方的...