当前位置: 答题翼 > 问答 > 继续教育 > 正文
目录: 标题| 题干| 答案| 搜索| 相关
问题

阅读下面的程序 该程序( ).main( ){ int a=5 b=0 c=0;if(a=b+c) printf(***/n);


阅读下面的程序,该程序().

main()

{ int a=5,b=0,c=0;

if(a=b+c) printf("***/n");

else printf("$$$/n"); }

A、可以通过编译但不能通过连接

B、输出***

C、输出$$$

D、有语法错不能通过编译

请帮忙给出正确答案和分析,谢谢!

参考答案
您可能感兴趣的试题
  • 若执行下面的程序时,从键盘上输入5和2,则输出结果是()。include(iostream.h)void main(){int a,b,

  • 有下面的程序: include <stdio, h> main () { enum team {my,your=4,his,her=his+10};

  • 阅读下面的程序:public class Person{ int arr[ ]=Hew int[10]; public static void main(String

  • 若有下面的程序段#include "stdio.h"main(){ int i=6; while(i--) printf("%d",--i); printf("\n

  • 阅读下面的程序 填写程序中缺少的部分 并把程序的输出结果写出来;classTest{staticvoidShowArr

  • 执行下面的程序后 a的值为()。main(){ int a b;for(a=1 b=1;a