填空题

以下程序运行后的输出结果是 【8】
main()
int a=l,b=3,c=5;
if(C=a+b)printf("yes\n");
else printf("no\n");

【参考答案】

yes