找考题网-背景图
填空题

以下程序运行后的输出结果是()。     
main( ) 
{int a=1,b=3,c=5;     
if(c=a+b)    
printf(“yes”);     
else 
printf(“not”); 
} 

【参考答案】

yes
热门试题