单项选择题

请阅读以下程序:
main()
int a=5,b=0,c=0;
if(a=b+c)printf(”"***\n");
else printf("$$$\n");
以上程序

A.有语法错不能通过编译
B.可以通过编译但不能通过连接
C.输出***
D.输出$$$