问答题

下面程序段的输出结果是(   )
main()
{
int x=0,y=0;
if(x=y)
   printf("AAA");
else
   printf("BBB");
}

答案: (1)
BBB
微信扫码免费搜题