以下程序结果为:______。
Main( )

以下程序结果为:______。
Main( )
{ int m=2;
If(m=0)
Printf("@@@@");
Else
Printf("&&&&"); }

A.&&&&

B.@@@@

正确答案是A