单项选择题

若变量a、i已正确定义,且i已正确赋值,合法的语句是______。

A.a==1
B.++i;
C.a=a++=5;
D.a=int(i);
<上一题 目录 下一题>
热门 试题

单项选择题
设有下列二叉树: 对此二叉树中序遍历的结果为______。
单项选择题
下面程序运行后的输出结果是______。 struct abc int a,b,c; main() struct abc s [2]=1,2,3,4,5,6; int t=-s[0].a+s[1].b; printf( %d n ,t);
下面程序运行后的输出结果是______。
struct abc
int a,b,c;
main()
struct abc s [2]=1,2,3,4,5,6;
int t=-s[0].a+s[1].b;
printf("%d\n",t);
相关试题
  • 以下程序的输出结果是 【20】 。 #de...
  • 实现程序可将磁盘中的一个文件复制到另一个...
  • 以下程序的输出结果是 【17】 。 void...
  • 有以下程序: int f(int n) if(n=...
  • 若输入字符串:(图片),则以下while循环...