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

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


  • 1、
【正确答案】 1、no    
【答案解析】