有程序:main(){int a=5,b=1,c=0;if (a=b+c) printf(.*** .);else printf(.$$$ .);}该程序( )
A. 有语法错误不能通过编译
B. 可以通过编译,但不能通过连接
C. 输出:***
D. 输出:$$$
出自:兰州大学-C语言程序设计