单选题 有如下程序: #include using namespace std; int main(){ char a; cin>>a; if(a='*') cout<<"***"<
【正确答案】 B
【答案解析】