有以下程序   #include<iostream.h>   void main( )   { int a=5,b=0,c=0;     if(a=b+c) cout<<"* * *" <<endl;     else cout<<"$$$"<<endl

admin2013-05-30  26

问题 有以下程序   #include<iostream.h>   void main( )   {  int a=5,b=0,c=0;     if(a=b+c) cout<<"* * *" <<endl;     else cout<<"$$$"<<endl;}  下列选项叙述正确的是

选项 A、有语法错不能通过编译
B、可以通过编译但不能通过连接
C、输出* * *
D、输出 $ $ $

答案8

解析 解答本题时,先判断if语句,因为a=b+c为零,则执行else语句。
转载请注明原文地址:https://kaotiyun.com/show/1hNp777K
0

最新回复(0)