填空题

以下程序运行后输出的结果是______。
void main()

int a=4,b=5,c=9;
if (c^a+b) printf("yes\n");
else printf("no\n");

【参考答案】

no