目录: 标题| 题干| 答案| 搜索| 相关
问题

有以下程序 #include<iostream.h> void main()


有以下程序 #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输出$$$
参考答案
参考解析:
分类:其他