以下程序( ) int a=5,b=0,c=0; if(a==b+c)printf(“* * \n”); else printf(“< <\n”);}
有语法错不能通过编译
可以通过编译但不能通过连接
输出<
输出*