填空题

若有如下程序:
main()
int x=20;
if(x>10)printf("%d",x-=5);
if(x>15)printf("%d",x);
则程序运行后的输出结果是 【11】

【参考答案】

O