填空题

以下程序的输出结果是 【6】 。 #include <stdio.h> main() { int a=2,b=3,c=4; a* =16+(b++) -(++c); Printf("%d",a); }

【参考答案】

28