阅读下面程序:该程序();include stdio.h main({()int x=-10, y=5, z=0;()if(x=y+z)printf(***\n);()else()printf($$$\n); }
阅读下面程序:该程序();include stdio.h main({()int x=-10, y=5, z=0;()if(x=y+z)printf(***\n);()else()printf($$$\n); }
A.有语法错不能通过编译
B.输出***
C.可以通过编译但不能通过连接
D.输出$$$
正确答案:输出***