单项选择题

以下程序段的输出结果为(  ) int a=0,b=0,c=0;  if(a==b+c) printf(“*** ”);  else printf(“$ ”);

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