单选题 有以下程序
#include<iostream.h>
void main()
int a=5,b=0,c=0;
if(a=b+c)cout<<"***"<<endl:
else cout<<"$$$"<<<endl;
下列选项叙述正确的是( )。

【正确答案】 D
【答案解析】