设int a=2,b=3,c=4;,执行语句a%=b+c;printf("%d\n",a);后的输出结果是_________。

设int a=2,b=3,c=4;,执行语句a%=b+c;printf("%d\n",a);后的输出结果是_________。
【正确答案】:2