填空題
以下程序運(yùn)行后的輸出結(jié)果是()。
main( )
{int a=1,b=3,c=5;
if(c=a+b)
printf(“yes”);
else
printf(“not”);
}