以下程序结果为:______。Main( ){ int m=0, p=8, q=8;If(m=p-q)Printf("@@@@");ElsePrintf("&&&&"); }
A.&&&&
B.@@@@
正确答案是A